summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--service/watch.c5
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);