aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/queryproc/permute_query.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fsa/queryproc/permute_query.cpp')
-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)