aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-testbed-profiler.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 16:30:12 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 16:37:04 +0200
commit62ca5edd03630e388d7c4bb0c93e5952d55e5b11 (patch)
tree8daebc385e307025c6e2e76feccef8f8851b1104 /src/testbed/gnunet-testbed-profiler.c
parent7ee114251b2a512153011e5475c7a15ca0b73eb3 (diff)
downloadgnunet-62ca5edd03630e388d7c4bb0c93e5952d55e5b11.tar.gz
gnunet-62ca5edd03630e388d7c4bb0c93e5952d55e5b11.zip
BUILD: Remove SuperMUC code. Issue #7033
Diffstat (limited to 'src/testbed/gnunet-testbed-profiler.c')
-rw-r--r--src/testbed/gnunet-testbed-profiler.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index b07c725a3..49d975119 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -227,11 +227,9 @@ test_run (void *cls,
227 abort_task = NULL; 227 abort_task = NULL;
228 return; 228 return;
229 } 229 }
230#if (! ENABLE_SUPERMUC)
231 fprintf (stdout, "Testbed running, waiting for keystroke to shut down\n"); 230 fprintf (stdout, "Testbed running, waiting for keystroke to shut down\n");
232 fflush (stdout); 231 fflush (stdout);
233 (void) getc (stdin); 232 (void) getc (stdin);
234#endif
235 fprintf (stdout, "Shutting down. Please wait\n"); 233 fprintf (stdout, "Shutting down. Please wait\n");
236 fflush (stdout); 234 fflush (stdout);
237 GNUNET_SCHEDULER_shutdown (); 235 GNUNET_SCHEDULER_shutdown ();
@@ -297,14 +295,12 @@ main (int argc, char *const *argv)
297 "keystroke but continues to run until a termination " 295 "keystroke but continues to run until a termination "
298 "signal is received"), 296 "signal is received"),
299 &noninteractive), 297 &noninteractive),
300#if ! ENABLE_SUPERMUC
301 GNUNET_GETOPT_option_string ('H', 298 GNUNET_GETOPT_option_string ('H',
302 "hosts", 299 "hosts",
303 "FILENAME", 300 "FILENAME",
304 gettext_noop ( 301 gettext_noop (
305 "name of the file with the login information for the testbed"), 302 "name of the file with the login information for the testbed"),
306 &hosts_file), 303 &hosts_file),
307#endif
308 GNUNET_GETOPT_OPTION_END 304 GNUNET_GETOPT_OPTION_END
309 }; 305 };
310 const char *binaryHelp = "gnunet-testbed-profiler [OPTIONS]"; 306 const char *binaryHelp = "gnunet-testbed-profiler [OPTIONS]";