test: Remove java comparison tool

This commit is contained in:
Wladimir J. van der Laan
2016-08-13 16:03:44 +02:00
parent 3859072963
commit 3c5251daeb
5 changed files with 5 additions and 77 deletions

View File

@@ -19,9 +19,6 @@ fi
if test -z $with_protoc_bindir; then
with_protoc_bindir=$depends_prefix/native/bin
fi
if test -z $with_comparison_tool; then
with_comparison_tool=$depends_prefix/native/share/BitcoindComparisonTool_jar/BitcoindComparisonTool.jar
fi
if test -z $enable_wallet && test -n "@no_wallet@"; then