udevd: remove unused function

This commit is contained in:
Thomas Hindoe Paaboel Andersen
2015-05-07 07:26:34 +02:00
parent 020328e197
commit 74bddd6f19

View File

@@ -126,10 +126,6 @@ struct worker {
struct worker_message {
};
static inline struct worker *node_to_worker(struct udev_list_node *node) {
return container_of(node, struct worker, node);
}
static void event_free(struct event *event) {
if (!event)
return;