From: Felix Fietkau Date: Mon, 7 Feb 2011 00:42:12 +0000 (+0100) Subject: remove old data structures X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2429653f908a9934b32c11d69e7adfc0d1a5ca67;p=oweals%2Fubus.git remove old data structures --- diff --git a/ubusd_event.c b/ubusd_event.c index dfffdee..8e15d8d 100644 --- a/ubusd_event.c +++ b/ubusd_event.c @@ -24,18 +24,6 @@ struct event_source { }; }; -struct event_pattern { - struct event_source evs; - struct list_head list; -}; - -struct event_catchall { - struct event_source evs; - - struct list_head list; - struct ubus_object *obj; -}; - static void ubusd_delete_event_source(struct event_source *evs) { list_del(&evs->list);