diff --git a/test/dwarfs_tools.cpp b/test/dwarfs_tools.cpp index 14b8e902..40b4670b 100644 --- a/test/dwarfs_tools.cpp +++ b/test/dwarfs_tools.cpp @@ -60,7 +60,6 @@ namespace bp = boost::process; namespace fs = std::filesystem; auto test_dir = fs::path(TEST_DATA_DIR).make_preferred(); -auto test_data_tar = test_dir / "data.tar"; auto test_data_dwarfs = test_dir / "data.dwarfs"; #ifdef _WIN32