summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-11 23:30:29 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-09-11 23:30:29 +0000
commit4b77745ecb275f341d8bb673f6f960235ad0e18a (patch)
tree97279eb431aab7307751b3f478947e0eca318d0a /searchlib
parentdda637d7693328ad2f246e88d13d1d2293c59ae8 (diff)
Fetch target active from bucketdb.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/common/idocumentmetastore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/common/idocumentmetastore.h b/searchlib/src/vespa/searchlib/common/idocumentmetastore.h
index 5c5791f585a..0ad7f65f5c1 100644
--- a/searchlib/src/vespa/searchlib/common/idocumentmetastore.h
+++ b/searchlib/src/vespa/searchlib/common/idocumentmetastore.h
@@ -75,7 +75,7 @@ struct IDocumentMetaStore {
typedef document::BucketId BucketId;
typedef uint64_t Timestamp;
- virtual ~IDocumentMetaStore() {}
+ virtual ~IDocumentMetaStore() = default;
/**
* Retrieves the gid associated with the given lid.