From 692666672f581191d6913af3441b30eda6ea74fb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 12 Jun 2012 22:30:40 +0000 Subject: [PATCH] fix --- src/testing/gnunet-testing-run-service.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/testing/gnunet-testing-run-service.c b/src/testing/gnunet-testing-run-service.c index 514c0f420..01a0065b3 100644 --- a/src/testing/gnunet-testing-run-service.c +++ b/src/testing/gnunet-testing-run-service.c @@ -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) { -- 2.25.1