benchmarks: factorize the `die()` function into `bench_common.sh`
[nit.git] / benchmarks / markdown / bench_markdown.sh
index 7893fa8..c22e0b5 100755 (executable)
@@ -27,14 +27,6 @@ count=2
 # Default number of times the input file is transformed during a single run
 s=200
 
-### HELPER FUNCTIONS ##
-
-function die()
-{
-       echo >&2 "error: $*"
-       died=1
-}
-
 ## HANDLE OPTIONS ##
 
 function usage()