summaryrefslogtreecommitdiff
path: root/udev/udevd.c
diff options
context:
space:
mode:
Diffstat (limited to 'udev/udevd.c')
-rw-r--r--udev/udevd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/udev/udevd.c b/udev/udevd.c
index c1a4fcfa7c..1e12eb38ac 100644
--- a/udev/udevd.c
+++ b/udev/udevd.c
@@ -457,13 +457,6 @@ static int event_queue_insert(struct udev_device *dev)
event->state = EVENT_QUEUED;
udev_list_node_append(&event->node, &event_list);
-
- /* run all events with a timeout set immediately */
- if (udev_device_get_timeout(dev) > 0) {
- event_run(event, true);
- return 0;
- }
-
return 0;
}