[OpenWrt-Devel] [PATCH 3/5] service: remove unused struct watch_subscribe definition.
Yousong Zhou
yszhou4tech at gmail.com
Sun Jun 14 00:14:45 EDT 2015
Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
service/watch.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/service/watch.c b/service/watch.c
index 65e1fec..349b484 100644
--- a/service/watch.c
+++ b/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);
--
1.7.10.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list