summaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/lookup_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fsa/src/alltest/lookup_test.cpp')
-rw-r--r--fsa/src/alltest/lookup_test.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/fsa/src/alltest/lookup_test.cpp b/fsa/src/alltest/lookup_test.cpp
index d9ae17658d1..19880d7a0a3 100644
--- a/fsa/src/alltest/lookup_test.cpp
+++ b/fsa/src/alltest/lookup_test.cpp
@@ -7,12 +7,6 @@
#include <vespa/fsa/fsa.h>
-#if (__GNUG__ <3 || (__GNUG__ == 3 && __GNUC_MINOR__ < 1))
-namespace std {
-const char *left = "";
-}
-#endif
-
using namespace fsa;
int main(int argc, char** argv)