summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-25 08:47:52 -0500
committerDavid Robillard <d@drobilla.net>2022-11-25 08:47:52 -0500
commit4e3072057b967dd8168d2bdac460cf71a826a5f2 (patch)
treecd63fff95f46a8ce533eb45b84dc6e4e441353e8
parent13e7b4726cd920caaeef0b8aa2effac78e08741a (diff)
downloadzix-4e3072057b967dd8168d2bdac460cf71a826a5f2.tar.gz
zix-4e3072057b967dd8168d2bdac460cf71a826a5f2.tar.bz2
zix-4e3072057b967dd8168d2bdac460cf71a826a5f2.zip
Remove dead code
-rw-r--r--test/test_filesystem.c6
1 files changed, 0 insertions, 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));