From f227f4332c19e243d25daa3b4e37b1665c77b26d Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Wed, 11 Sep 2024 11:30:04 +0300 Subject: [PATCH] test: Remove unused path local variable Left after #20499 :( Signed-off-by: Pavel Emelyanov Closes scylladb/scylladb#20540 --- test/boost/sstable_directory_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/boost/sstable_directory_test.cc b/test/boost/sstable_directory_test.cc index 0390af3de4..43636a3cec 100644 --- a/test/boost/sstable_directory_test.cc +++ b/test/boost/sstable_directory_test.cc @@ -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> sstables; testlog.debug("Inserting into cf");