mirror of
https://github.com/systemd/systemd.git
synced 2026-07-15 03:50:44 +00:00
udevd: remove tiny bit of dead code
This commit is contained in:
committed by
Kay Sievers
parent
81469dae34
commit
f9b3f88f71
@@ -349,8 +349,6 @@ static int devpath_busy(struct udev_event *event)
|
||||
{
|
||||
struct udev_list_node *loop;
|
||||
|
||||
if (event->delaying_seqnum > 0) {
|
||||
}
|
||||
/* check if queue contains events we depend on */
|
||||
udev_list_node_foreach(loop, &event_list) {
|
||||
struct udev_event *loop_event = node_to_event(loop);
|
||||
|
||||
Reference in New Issue
Block a user