examples: remove dead increments
[project/ubus.git] / examples / server.c
index 004eaf3a7ae183ac650b417b387df55c46359d41..0913fff0d0166a16906993a9286f7fe1041b82f0 100644 (file)
@@ -241,9 +241,6 @@ int main(int argc, char **argv)
                }
        }
 
-       argc -= optind;
-       argv += optind;
-
        uloop_init();
        signal(SIGPIPE, SIG_IGN);