From 46b8ab97f5ac4e17a5d9c75d0b7f9ff289c53e39 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Tue, 3 Aug 2021 09:47:15 -0700 Subject: [PATCH] Remove obsolete comment --- bindings/c/test/unit/trace_partial_file_suffix_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindings/c/test/unit/trace_partial_file_suffix_test.cpp b/bindings/c/test/unit/trace_partial_file_suffix_test.cpp index 6462d84f5b..7b882dd226 100644 --- a/bindings/c/test/unit/trace_partial_file_suffix_test.cpp +++ b/bindings/c/test/unit/trace_partial_file_suffix_test.cpp @@ -83,8 +83,6 @@ int main(int argc, char** argv) { } } - // Need to do one round trip to the network thread to make sure the trace file gets opened - fdb_check(fdb_stop_network()); network_thread.join();