From 3c4a4d8976016f970d579d6533e29aee5c2f7d29 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 5 Nov 2024 13:01:01 -0600 Subject: [PATCH] winfsp unit tests and fixes --- repertory/repertory_test/src/winfsp_drive_info_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/repertory/repertory_test/src/winfsp_drive_info_test.cpp b/repertory/repertory_test/src/winfsp_drive_info_test.cpp index 8752a528..353720db 100644 --- a/repertory/repertory_test/src/winfsp_drive_info_test.cpp +++ b/repertory/repertory_test/src/winfsp_drive_info_test.cpp @@ -141,8 +141,6 @@ TYPED_TEST(winfsp_test, info_can_get_file_info) { FILETIME file_time{}; ::GetSystemTimeAsFileTime(&file_time); - auto time_high = time_low + 10000 * 10000 /* 10 seconds */; - auto file_path{ utils::path::combine(this->mount_location, {"test_file_2"}), };