service: remove unused struct watch_subscribe definition.
authorYousong Zhou <yszhou4tech@gmail.com>
Sun, 14 Jun 2015 04:14:45 +0000 (12:14 +0800)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 14 Jun 2015 16:29:31 +0000 (18:29 +0200)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
service/watch.c

index 65e1fec..349b484 100644 (file)
@@ -26,11 +26,6 @@ struct watch_object {
        char *name;
 };
 
        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);
 static struct ubus_event_handler watch_event;
 static struct ubus_subscriber watch_subscribe;
 static LIST_HEAD(watch_objects);