summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--udevd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/udevd.c b/udevd.c
index eae66255f2..45e9aae771 100644
--- a/udevd.c
+++ b/udevd.c
@@ -883,10 +883,6 @@ int main(int argc, char *argv[], char *envp[])
info("will daemonize");
daemonize = 1;
}
- if (strcmp(arg, "--stop-exec-queue") == 0) {
- info("will not execute events until START_EXEC_QUEUE is received");
- stop_exec_q = 1;
- }
}
/* init sockets to receive events */