aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/queryproc
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-09-18 20:58:33 +0200
committerTor Egge <Tor.Egge@online.no>2022-09-18 20:58:33 +0200
commit66d205834c9ebde5a740298d6d7d1c171c50a4a5 (patch)
tree0090e94ce13cb97617cb10bb410b3ef255b6909d /fsa/queryproc
parentabac32218be6c4cf361d38762e0f97b4e6807b0e (diff)
Remove ifdefs for g++ version older than g++ 10.
Diffstat (limited to 'fsa/queryproc')
-rw-r--r--fsa/queryproc/permute_query.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/fsa/queryproc/permute_query.cpp b/fsa/queryproc/permute_query.cpp
index 0e305ef7b75..7586252210e 100644
--- a/fsa/queryproc/permute_query.cpp
+++ b/fsa/queryproc/permute_query.cpp
@@ -7,12 +7,6 @@
#include "ngram.h"
#include "base64.h"
-#if (__GNUG__ <3 || (__GNUG__ == 3 && __GNUC_MINOR__ < 1))
-namespace std {
-const char *fixed = "";
-}
-#endif
-
using namespace fsa;
unsigned int gram_count(unsigned int mg, unsigned int q)