Remove useless string initialization.

This commit is contained in:
Alin Rus
2018-01-14 18:15:31 +01:00
parent f4f4f51f1a
commit 19ac86e206
5 changed files with 7 additions and 7 deletions

View File

@@ -171,7 +171,7 @@ BOOST_AUTO_TEST_CASE(cnode_simple_test)
ipv4Addr.s_addr = 0xa0b0c001;
CAddress addr = CAddress(CService(ipv4Addr, 7777), NODE_NETWORK);
std::string pszDest = "";
std::string pszDest;
bool fInboundIn = false;
// Test that fFeeler is false by default.