sstable_loader: Remove unused _snapshot_name from download_task_impl
in 787ea4b1, we introduced `_prefix` and `_sstables` member variables
to `sstables_loader::download_task_impl`, replacing the functionality
of `_snapshot_name`. However, we overlooked removing the now-obsolete
`_snapshot_name` variable.
this commit removes the unused `_snapshot_name` member variable to
improve code cleanliness and prevent potential confusion.
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
Closes scylladb/scylladb#20969
This commit is contained in:
committed by
Pavel Emelyanov
parent
960aa38cf3
commit
c6bc5b2706
@@ -462,7 +462,6 @@ class sstables_loader::download_task_impl : public tasks::task_manager::task::im
|
||||
sstring _cf;
|
||||
sstring _prefix;
|
||||
std::vector<sstring> _sstables;
|
||||
sstring _snapshot_name;
|
||||
|
||||
protected:
|
||||
virtual future<> run() override;
|
||||
|
||||
Reference in New Issue
Block a user