aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks/initialize_submodule.sh
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/initialize_submodule.sh')
-rwxr-xr-xbenchmarks/initialize_submodule.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/benchmarks/initialize_submodule.sh b/benchmarks/initialize_submodule.sh
deleted file mode 100755
index f3456adf..00000000
--- a/benchmarks/initialize_submodule.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-
-oldpwd=`pwd`
-cd "../third_party"
-git submodule update --init -r
-cd benchmark && cmake -DCMAKE_BUILD_TYPE=Release && make && cd ..
-cd "$oldpwd"