mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
udevd: remove unused function
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user