refactor(tools-test): remove unused code

This commit is contained in:
Marcus Holland-Moritz 2023-12-18 21:25:51 +01:00
parent 86b18ef3ab
commit a5c293f5b7

View File

@ -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