fix
authorFlorian Dold <florian.dold@gmail.com>
Tue, 12 Jun 2012 22:30:40 +0000 (22:30 +0000)
committerFlorian Dold <florian.dold@gmail.com>
Tue, 12 Jun 2012 22:30:40 +0000 (22:30 +0000)
src/testing/gnunet-testing-run-service.c

index 514c0f42060fad6e8a8113c804d917b46e797c1e..01a0065b338252809d95bfdc2d91dd3268d7c6b4 100644 (file)
@@ -155,17 +155,6 @@ main (int argc, char *const *argv)
     int arg_start;
     int ret;
 
-    struct GNUNET_OS_Process *p;
-
-    p = GNUNET_OS_start_process(GNUNET_YES, NULL, NULL, "sgjldsjg");
-
-    if (p != NULL) {
-      printf("bogus!\n");
-    }
-
-
-    return 0;
-
     arg_start = GNUNET_GETOPT_run("gnunet-testing-run-service", options, argc, argv);
     
     if (arg_start == GNUNET_SYSERR) {