Skip to content

Commit dd777f3

Browse files
Remove unused variable
1 parent cdf4089 commit dd777f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/descriptor_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void Check(const std::string& prv, const std::string& pub, int flags, const std:
6464
BOOST_CHECK_EQUAL(pub, pub2);
6565

6666
// Check that both can be serialized with private key back to the private version, but not without private key.
67-
std::string prv1, prv2;
67+
std::string prv1;
6868
BOOST_CHECK(parse_priv->ToPrivateString(keys_priv, prv1));
6969
BOOST_CHECK_EQUAL(prv, prv1);
7070
BOOST_CHECK(!parse_priv->ToPrivateString(keys_pub, prv1));

0 commit comments

Comments
 (0)