Skip to content

Commit d394496

Browse files
authored
Fix compilation issue (#293)
1 parent afdbcc0 commit d394496

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

db/db_test.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3196,9 +3196,8 @@ class ModelDB : public DB {
31963196
return snapshot;
31973197
}
31983198

3199-
virtual Status GetSuperSnapshots(
3200-
const std::vector<ColumnFamilyHandle*>& column_families,
3201-
std::vector<const Snapshot*>* snapshots) {
3199+
Status GetSuperSnapshots(const std::vector<ColumnFamilyHandle*>&,
3200+
std::vector<const Snapshot*>*) override {
32023201
return Status::NotSupported("");
32033202
}
32043203

0 commit comments

Comments
 (0)