aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_hosts.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/testbed_api_hosts.c
parent04362fdc4f2829da73b5829e49f262e6401a9b9c (diff)
downloadgnunet-b40d8947f8d40a611b4f5224b935f3fd4a3aa848.tar.gz
gnunet-b40d8947f8d40a611b4f5224b935f3fd4a3aa848.zip
- remove unused code
Diffstat (limited to 'src/testbed/testbed_api_hosts.c')
-rw-r--r--src/testbed/testbed_api_hosts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/testbed_api_hosts.c b/src/testbed/testbed_api_hosts.c
index 6cac5eeb6..f1f9003ee 100644
--- a/src/testbed/testbed_api_hosts.c
+++ b/src/testbed/testbed_api_hosts.c
@@ -588,7 +588,7 @@ GNUNET_TESTBED_hosts_load_from_loadleveler (const struct
588 GNUNET_CONFIGURATION_Handle *cfg, 588 GNUNET_CONFIGURATION_Handle *cfg,
589 struct GNUNET_TESTBED_Host ***hosts) 589 struct GNUNET_TESTBED_Host ***hosts)
590{ 590{
591#ifndef WITH_LL 591#if !ENABLE_LL
592 LOG (GNUNET_ERROR_TYPE_ERROR, 592 LOG (GNUNET_ERROR_TYPE_ERROR,
593 _("The function %s is only available when compiled with (--with-ll)\n"), 593 _("The function %s is only available when compiled with (--with-ll)\n"),
594 __func__); 594 __func__);