Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykorean committed Sep 20, 2024
1 parent 5a4ae3b commit 5a76e5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/compaction/compaction_service_job.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "monitoring/thread_status_util.h"
#include "options/options_helper.h"
#include "rocksdb/utilities/options_type.h"
#include "rocksdb/utilities/options_util.h"

namespace ROCKSDB_NAMESPACE {
class SubcompactionState;
Expand All @@ -29,7 +28,6 @@ CompactionJob::ProcessKeyValueCompactionWithCompactionService(

const Compaction* compaction = sub_compact->compaction;
CompactionServiceInput compaction_input;

compaction_input.output_level = compaction->output_level();
compaction_input.db_id = db_id_;

Expand Down

0 comments on commit 5a76e5b

Please sign in to comment.