Remove not used code

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
Jianhui Zhao
2018-01-16 18:09:07 +08:00
parent e8e79bb348
commit c7a96f36c6
-5
View File
@@ -38,7 +38,6 @@ struct tty_session {
enum {
RTTYD_TYPE,
RTTYD_DID,
RTTYD_SID,
RTTYD_ERR,
RTTYD_DATA
@@ -49,10 +48,6 @@ static const struct blobmsg_policy pol[] = {
.name = "type",
.type = BLOBMSG_TYPE_STRING,
},
[RTTYD_DID] = {
.name = "did",
.type = BLOBMSG_TYPE_STRING,
},
[RTTYD_SID] = {
.name = "sid",
.type = BLOBMSG_TYPE_STRING,