From cb2362432e8e5025b31c14c2919c45629b2f46b0 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 10 Nov 2024 15:48:29 -0600 Subject: [PATCH] cleanup --- repertory/repertory_test/include/fixtures/fuse_fixture.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/repertory/repertory_test/include/fixtures/fuse_fixture.hpp b/repertory/repertory_test/include/fixtures/fuse_fixture.hpp index b787598a..e015f75b 100644 --- a/repertory/repertory_test/include/fixtures/fuse_fixture.hpp +++ b/repertory/repertory_test/include/fixtures/fuse_fixture.hpp @@ -269,7 +269,6 @@ public: } EXPECT_EQ(0, close(fd)); - // std::this_thread::sleep_for(SLEEP_SECONDS); return file_path; }