mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 16:03:20 +00:00
test: Remove unused path local variable
Left after #20499 :( Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes scylladb/scylladb#20540
This commit is contained in:
committed by
Avi Kivity
parent
ed7d352e7d
commit
f227f4332c
@@ -409,7 +409,6 @@ SEASTAR_TEST_CASE(sstable_directory_test_table_lock_works) {
|
||||
e.execute_cql("create table cf (p text PRIMARY KEY, c int)").get();
|
||||
auto ks_name = "ks";
|
||||
auto cf_name = "cf";
|
||||
auto path = fs::path(e.local_db().find_column_family(ks_name, cf_name).dir());
|
||||
std::unordered_map<unsigned, std::vector<sstring>> sstables;
|
||||
|
||||
testlog.debug("Inserting into cf");
|
||||
|
||||
Reference in New Issue
Block a user