Browse Source

Remove unnecessary schema location.

Roberto Ostinelli 5 years ago
parent
commit
3cadbbe9dd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -43,7 +43,6 @@ bench: compile_test
 	-pa `rebar3 as test path`/../test \
 	-name syn_bench_master@127.0.0.1 \
 	+K true \
-	-mnesia schema_location ram \
 	-noshell \
 	-eval 'syn_benchmark:start().'