aboutsummaryrefslogtreecommitdiff
path: root/src/test/pmt_tests.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-08-24 17:05:12 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-08-24 20:21:31 +0200
commitfa1cf9e7b83c7d1ac6130589c24c055406ba407a (patch)
tree8b6a3d59357d450a7ae499ad5c347a2a344c141b /src/test/pmt_tests.cpp
parent62a5a8a01866b2af2c93125c6501538a3feab724 (diff)
downloadbitcoin-fa1cf9e7b83c7d1ac6130589c24c055406ba407a.tar.xz
[test] Remove unused code
Diffstat (limited to 'src/test/pmt_tests.cpp')
-rw-r--r--src/test/pmt_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/pmt_tests.cpp b/src/test/pmt_tests.cpp
index 74ffe0cc74..e9c8691745 100644
--- a/src/test/pmt_tests.cpp
+++ b/src/test/pmt_tests.cpp
@@ -122,7 +122,6 @@ BOOST_AUTO_TEST_CASE(pmt_malleability)
std::vector<bool> vMatch = boost::assign::list_of(false)(false)(false)(false)(false)(false)(false)(false)(false)(true)(true)(false);
CPartialMerkleTree tree(vTxid, vMatch);
- std::vector<uint256> vTxid2;
std::vector<unsigned int> vIndex;
BOOST_CHECK(tree.ExtractMatches(vTxid, vIndex).IsNull());
}