aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/bc/irand_short.bc
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/bc/irand_short.bc')
-rw-r--r--benchmarks/bc/irand_short.bc9
1 files changed, 0 insertions, 9 deletions
diff --git a/benchmarks/bc/irand_short.bc b/benchmarks/bc/irand_short.bc
deleted file mode 100644
index a53d407879f3..000000000000
--- a/benchmarks/bc/irand_short.bc
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /usr/bin/bc -lq
-
-for (i = 2; i < 10000000; ++i) {
- print "irand(", i, ")\n"
-}
-
-print "halt\n"
-
-halt