aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/juniper/testenv.cpp
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2023-03-01 10:01:32 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2023-03-01 10:01:32 +0000
commit3393ff7cdf012c1e51ca32bd57ef2cb86fd5127d (patch)
treef08e0b532f395454c272d0a38b114698351b793d /searchsummary/src/tests/juniper/testenv.cpp
parentcbc3aed54f82cd78bcd40225539ce9fa2f2ca5ec (diff)
remove additional no-longer-relevant fastos references
Diffstat (limited to 'searchsummary/src/tests/juniper/testenv.cpp')
-rw-r--r--searchsummary/src/tests/juniper/testenv.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/searchsummary/src/tests/juniper/testenv.cpp b/searchsummary/src/tests/juniper/testenv.cpp
index cc6a6458376..1f8f52d8766 100644
--- a/searchsummary/src/tests/juniper/testenv.cpp
+++ b/searchsummary/src/tests/juniper/testenv.cpp
@@ -26,11 +26,7 @@ TestEnv::TestEnv(int argc, char **argv, const char* propfile) :
switch (c)
{
case 'd':
-#ifdef FASTOS_DEBUG
- debug_level = strtol(optarg, NULL, 0);
-#else
fprintf(stderr, "This version of Juniper compiled without debug\n");
-#endif
break;
case 'c':
color_highlight = true;