summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/benchmark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/benchmark.c b/examples/benchmark.c
index 858b53ee..51739fc4 100644
--- a/examples/benchmark.c
+++ b/examples/benchmark.c
@@ -152,5 +152,4 @@ int main(int argc, char* argv[])
printf("\nUnordered maps: Insert %zu random keys, then remove them in same order:\n", N3);
RUN_TEST(3)
-#endif
}