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:
Pavel Emelyanov
2024-09-11 11:30:04 +03:00
committed by Avi Kivity
parent ed7d352e7d
commit f227f4332c

View File

@@ -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");