From e99c8eee08ce2639c649935ee8fdf2bade302e89 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Tue, 28 Oct 2025 19:46:29 +0300 Subject: [PATCH] commitlog: Remove unused work::r stream variable Signed-off-by: Pavel Emelyanov --- db/commitlog/commitlog.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/db/commitlog/commitlog.cc b/db/commitlog/commitlog.cc index e6b3f2a10c..3ee6d03a20 100644 --- a/db/commitlog/commitlog.cc +++ b/db/commitlog/commitlog.cc @@ -3329,7 +3329,6 @@ db::commitlog::read_log_file(const replay_state& state, sstring filename, sstrin commit_load_reader_func func; input_stream fin; replay_state::impl& state; - input_stream r; uint64_t id = 0; size_t pos = 0; size_t next = 0;