Skip to content

Commit

Permalink
Fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcanadi committed Oct 19, 2023
1 parent afdbcc0 commit 82793a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions db/db_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3196,9 +3196,8 @@ class ModelDB : public DB {
return snapshot;
}

virtual Status GetSuperSnapshots(
const std::vector<ColumnFamilyHandle*>& column_families,
std::vector<const Snapshot*>* snapshots) {
Status GetSuperSnapshots(const std::vector<ColumnFamilyHandle*>&,
std::vector<const Snapshot*>*) override {
return Status::NotSupported("");
}

Expand Down

0 comments on commit 82793a1

Please sign in to comment.