From 4e3072057b967dd8168d2bdac460cf71a826a5f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 25 Nov 2022 08:47:52 -0500 Subject: Remove dead code --- test/test_filesystem.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/test_filesystem.c b/test/test_filesystem.c index b0ec2a4..573954b 100644 --- a/test/test_filesystem.c +++ b/test/test_filesystem.c @@ -354,14 +354,8 @@ test_flock(void) if (!st) { assert(zix_file_lock(f2, ZIX_FILE_LOCK_TRY) == ZIX_STATUS_UNAVAILABLE); assert(!zix_file_unlock(f1, ZIX_FILE_LOCK_TRY)); - - // assert(zix_file_unlock(f1, ZIX_FILE_LOCK_TRY)); - // assert(zix_file_unlock(f1, ZIX_FILE_LOCK_BLOCK)); } - // assert(zix_file_unlock(stdout, ZIX_FILE_LOCK_TRY)); - // assert(zix_file_unlock(stdout, ZIX_FILE_LOCK_BLOCK)); - fclose(f2); fclose(f1); assert(!zix_remove(file_path)); -- cgit v1.2.1