aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-12 13:19:15 +0200
committerGitHub <noreply@github.com>2022-09-12 13:19:15 +0200
commit2823e2353618573aa0513309e07cbd3c62d519f1 (patch)
tree163c4cdf9821551fe6173c9fe6e395b7bba54f76 /searchlib
parent6bcdef32987edcb51257642156b9ee9d4da669f9 (diff)
parent199b282a61ad84305d9e8549d18513312190f07f (diff)
Merge pull request #24008 from vespa-engine/balder/fetch-target-active-from-bucketdb
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.