mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08: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