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"}), };