Skip to content

Commit

Permalink
linter and comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykorean committed Jan 28, 2025
1 parent bf27c8b commit 653692e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/db_secondary_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "rocksdb/utilities/transaction_db.h"
#include "test_util/sync_point.h"
#include "test_util/testutil.h"
#include "utilities/fault_injection_env.h"
#include "utilities/merge_operators/string_append/stringappend2.h"

namespace ROCKSDB_NAMESPACE {
Expand Down Expand Up @@ -355,7 +354,6 @@ TEST_F(DBSecondaryTest, GetMergeOperands) {

auto cfh = db_secondary_->DefaultColumnFamily();

// s.IsMergeInProgress()
const Status s = db_secondary_->GetMergeOperands(
ReadOptions(), cfh, "k1", values.data(), &merge_operands_info,
&number_of_operands);
Expand Down

0 comments on commit 653692e

Please sign in to comment.