summaryrefslogtreecommitdiff
path: root/test/fops/fops.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fops/fops.c')
-rw-r--r--test/fops/fops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fops/fops.c b/test/fops/fops.c
index 13621eed017..e3ef0a26b03 100644
--- a/test/fops/fops.c
+++ b/test/fops/fops.c
@@ -112,12 +112,10 @@ fop(void *arg)
++s->create;
file_create();
break;
-#if 0
case 1:
++s->drop;
file_drop();
break;
-#endif
case 2:
++s->sync;
file_sync();