mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
udevd: remove tiny bit of dead code
This commit is contained in:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user