[systemd-commits] src/udev
Thomas H.P. Andersen
phomes at kemper.freedesktop.org
Wed May 6 22:28:47 PDT 2015
src/udev/udevd.c | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 74bddd6f192cd31ce181adbedae9a625fcf107ba
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date: Thu May 7 07:26:34 2015 +0200
udevd: remove unused function
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index dd0cba5..ff36aaf 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -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;
More information about the systemd-commits
mailing list