projects
/
oweals
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec98375
)
service: remove unused struct watch_subscribe definition.
author
Yousong Zhou
<yszhou4tech@gmail.com>
Sun, 14 Jun 2015 04:14:45 +0000
(12:14 +0800)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/service/watch.c
b/service/watch.c
index 65e1fec9672d595d4b22e03088eeb0efb98f0ae0..349b484a788edb8080835b294d8132a67f6f5f04 100644
(file)
--- 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);