From faaec1377c6975a7c427bac958b67a0aba9e1694 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 19 Aug 2016 22:41:09 +0200 Subject: [qa] Remove unused code --- qa/pull-tester/rpc-tests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'qa/pull-tester/rpc-tests.py') diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index a0951f31a0..daaa7782f9 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -77,8 +77,6 @@ for arg in sys.argv[1:]: #Set env vars if "BITCOIND" not in os.environ: os.environ["BITCOIND"] = BUILDDIR + '/src/bitcoind' + EXEEXT -if "BITCOINCLI" not in os.environ: - os.environ["BITCOINCLI"] = BUILDDIR + '/src/bitcoin-cli' + EXEEXT if EXEEXT == ".exe" and "-win" not in opts: # https://github.com/bitcoin/bitcoin/commit/d52802551752140cf41f0d9a225a43e84404d3e9 -- cgit v1.2.3