Skip to content

Commit

Permalink
large_data_handler: maybe_delete_large_data_entries: data_size is unused
Browse files Browse the repository at this point in the history
Since 64a4ffc

Signed-off-by: Benny Halevy <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
bhalevy authored and denesb committed Feb 14, 2022
1 parent 795d4a0 commit b131f94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/large_data_handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ future<> large_data_handler::maybe_delete_large_data_entries(sstables::shared_ss
assert(running());
auto schema = sst->get_schema();
auto filename = sst->get_filename();
auto data_size = sst->data_size();
using ldt = sstables::large_data_type;
auto above_threshold = [sst] (ldt type) -> bool {
auto entry = sst->get_large_data_stat(type);
Expand Down

0 comments on commit b131f94

Please sign in to comment.