Remove unreachable or otherwise redundant code

This commit is contained in:
practicalswift
2017-06-12 15:01:46 +02:00
parent 177433ad22
commit 4265bf351a
6 changed files with 2 additions and 16 deletions

View File

@@ -33,8 +33,6 @@ static const CRPCCommand vRPCCommands[] =
void RPCNestedTests::rpcNestedTests()
{
UniValue jsonRPCError;
// do some test setup
// could be moved to a more generic place when we add more tests on QT level
const CChainParams& chainparams = Params();