summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/docstore/logdocumentstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/docstore/logdocumentstore.h')
-rw-r--r--searchlib/src/vespa/searchlib/docstore/logdocumentstore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/docstore/logdocumentstore.h b/searchlib/src/vespa/searchlib/docstore/logdocumentstore.h
index 2b7d7365c1e..f2b8130fa95 100644
--- a/searchlib/src/vespa/searchlib/docstore/logdocumentstore.h
+++ b/searchlib/src/vespa/searchlib/docstore/logdocumentstore.h
@@ -26,7 +26,6 @@ public:
_logConfig(log)
{ }
const LogDataStore::Config & getLogConfig() const { return _logConfig; }
- LogDataStore::Config & getLogConfig() { return _logConfig; }
bool operator == (const Config & rhs) const;
bool operator != (const Config & rhs) const { return ! (*this == rhs); }
private: