diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2015-06-14 06:14:45 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-14 18:29:31 +0200 |
commit | 7ba238b83a149a8677912aa64c798dafc9392a04 (patch) | |
tree | 6bf32dd0c1cd4ebe8437ff7e8118ccaa3123eaf5 /service | |
parent | ec983756ce1b12ab3e4259620919467cd711b90f (diff) | |
download | unitd-7ba238b83a149a8677912aa64c798dafc9392a04.tar unitd-7ba238b83a149a8677912aa64c798dafc9392a04.zip |
service: remove unused struct watch_subscribe definition.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'service')
-rw-r--r-- | service/watch.c | 5 |
1 files changed, 0 insertions, 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); |