Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
caipengbo committed Jan 13, 2024
1 parent e81702a commit 1da83cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/storage/storage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,6 @@ rocksdb::Status Storage::writeToDB(const rocksdb::WriteOptions &options, rocksdb
return db_->Write(options, updates);
}



rocksdb::Status Storage::Delete(const rocksdb::WriteOptions &options, rocksdb::ColumnFamilyHandle *cf_handle,
const rocksdb::Slice &key) {
auto batch = GetWriteBatchBase();
Expand Down

0 comments on commit 1da83cd

Please sign in to comment.