summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-06-17 07:08:49 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-06-17 07:08:49 +0000
commitfb8d734513f39772c699f94f0bdcfb9bb6cffe01 (patch)
treeef1119a3e2dd279d168fe2044f17e4eca2089496 /searchcore
parentc85b333757e8149b3c956a990b73f3783455d358 (diff)
Remove unused global variables.
Diffstat (limited to 'searchcore')
-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
{