aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-testbed-profiler.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-07 10:58:50 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-07 10:58:50 +0000
commitb40d8947f8d40a611b4f5224b935f3fd4a3aa848 (patch)
treedafa4d629f7a95d1c479839565b154c81215ce14 /src/testbed/gnunet-testbed-profiler.c
parent04362fdc4f2829da73b5829e49f262e6401a9b9c (diff)
downloadgnunet-b40d8947f8d40a611b4f5224b935f3fd4a3aa848.tar.gz
gnunet-b40d8947f8d40a611b4f5224b935f3fd4a3aa848.zip
- remove unused code
Diffstat (limited to 'src/testbed/gnunet-testbed-profiler.c')
-rw-r--r--src/testbed/gnunet-testbed-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index 5cca55b4b..686679e98 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -229,7 +229,7 @@ run (void *cls, char *const *args, const char *cfgfile,
229 char *hostfile; 229 char *hostfile;
230 230
231 hostfile = NULL; 231 hostfile = NULL;
232#ifndef WITH_LL 232#if !ENABLE_LL
233 if (NULL == args[0]) 233 if (NULL == args[0])
234 { 234 {
235 fprintf (stderr, _("No hosts-file specified on command line\n")); 235 fprintf (stderr, _("No hosts-file specified on command line\n"));
@@ -271,7 +271,7 @@ main (int argc, char *const *argv)
271 GNUNET_YES, &GNUNET_GETOPT_set_uint, &num_cont_fails}, 271 GNUNET_YES, &GNUNET_GETOPT_set_uint, &num_cont_fails},
272 GNUNET_GETOPT_OPTION_END 272 GNUNET_GETOPT_OPTION_END
273 }; 273 };
274#ifdef WITH_LL 274#if ENABLE_LL
275 const char *binaryHelp = "gnunet-testbed-profiler [OPTIONS]"; 275 const char *binaryHelp = "gnunet-testbed-profiler [OPTIONS]";
276#else 276#else
277 const char *binaryHelp = "gnunet-testbed-profiler [OPTIONS] hosts-file"; 277 const char *binaryHelp = "gnunet-testbed-profiler [OPTIONS] hosts-file";