From: Yousong Zhou Date: Sun, 14 Jun 2015 04:14:45 +0000 (+0800) Subject: service: remove unused struct watch_subscribe definition. X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=7ba238b83a149a8677912aa64c798dafc9392a04;p=project%2Fprocd.git service: remove unused struct watch_subscribe definition. Signed-off-by: Yousong Zhou --- 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);