aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/docstore/logdocumentstore.h
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-03-17 18:56:29 +0100
committerGitHub <noreply@github.com>2023-03-17 18:56:29 +0100
commitaab857d9767717a05dcfe80a87fb0d564c6e343e (patch)
treeb649f94278541810a0b88422908a59bd18d6171a /searchlib/src/vespa/searchlib/docstore/logdocumentstore.h
parentaccbdfde039341d9dbd815398d1bd8f91bc5939c (diff)
parent9f36df235d999ea523764233e3bb80f7fb45c3ff (diff)
Merge pull request #26474 from vespa-engine/balder/use-thread-safe-randomv8.141.29
Use thread safe random to see if that stabilizes the logdatastore_test.
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: