benchmarks: factorize the `die()` function into `bench_common.sh`
[nit.git] / benchmarks / bench_languages.sh
index 0e0b59a..2a33170 100755 (executable)
@@ -26,14 +26,6 @@ source ./bench_plot.sh
 # Can be overrided with 'the option -n'
 count=2
 
-### HELPER FUNCTIONS ##
-
-function die()
-{
-       echo >&2 "error: $*"
-       died=1
-}
-
 ## HANDLE OPTIONS ##
 
 function usage()