summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--searchcore/src/vespa/searchcore/fdispatch/program/fdispatch.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/searchcore/src/vespa/searchcore/fdispatch/program/fdispatch.cpp b/searchcore/src/vespa/searchcore/fdispatch/program/fdispatch.cpp
index e2371682bbb..a8b46971690 100644
--- a/searchcore/src/vespa/searchcore/fdispatch/program/fdispatch.cpp
+++ b/searchcore/src/vespa/searchcore/fdispatch/program/fdispatch.cpp
@@ -31,12 +31,6 @@ using document::CompressionConfig;
char FastS_VersionTag[] = V_TAG;
-int FastS_verbose = 0;
-/** @todo Use a config file for these variables */
-int FastS_nsearches;
-double FastS_searchtime;
-
-
namespace fdispatch
{