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 65e1fec9672d595d4b22e03088eeb0efb98f0ae0..349b484a788edb8080835b294d8132a67f6f5f04 100644 (file)
@@ -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);