Browse Source

service: remove unused struct watch_subscribe definition.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou 8 years ago
parent
commit
7ba238b83a
1 changed files with 0 additions and 5 deletions
  1. 0 5
      service/watch.c

+ 0 - 5
service/watch.c

@@ -26,11 +26,6 @@ struct watch_object {
 	char *name;
 };
 
-struct watch_subscribe {
-	struct uloop_timeout t;
-	uint32_t id;
-};
-
 static struct ubus_event_handler watch_event;
 static struct ubus_subscriber watch_subscribe;
 static LIST_HEAD(watch_objects);