From e6ade897fb81736aa03804349786b4a1b4ec048c Mon Sep 17 00:00:00 2001 From: Gabriel Landau <42078554+gabriellandau@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:20:03 -0500 Subject: [PATCH] Update test/test_file.cc --- test/test_file.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_file.cc b/test/test_file.cc index eb04461e..af574350 100644 --- a/test/test_file.cc +++ b/test/test_file.cc @@ -16,7 +16,6 @@ #include TEST(os, get_file_date_ads) { - const std::string main_stream_name = "minizip_ads_test"; const std::string ads_name = main_stream_name + ":ads"; const std::string ads_contents = "Alternate Data Stream";