summaryrefslogtreecommitdiff
path: root/udevd.c
diff options
context:
space:
mode:
Diffstat (limited to 'udevd.c')
-rw-r--r--udevd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/udevd.c b/udevd.c
index 05df871a34..23df5359bb 100644
--- a/udevd.c
+++ b/udevd.c
@@ -957,7 +957,6 @@ int main(int argc, char *argv[], char *envp[])
selinux_init();
dbg("version %s", UDEV_VERSION);
- /* parse commandline options */
while (1) {
option = getopt_long(argc, argv, "dtvhV", options, NULL);
if (option == -1)