diff options
author | subtly <subtly@users.noreply.github.com> | 2015-01-17 13:56:36 +0800 |
---|---|---|
committer | subtly <subtly@users.noreply.github.com> | 2015-01-17 13:56:36 +0800 |
commit | 0e4c693518118b9c4ff322fe242ea4d1ac1b86cc (patch) | |
tree | 3b65dd35ee43a24a9c326c284909d44c1e4a004c /peer.cpp | |
parent | d910272e4a0193a298e6859b3e6b7a326c650c42 (diff) | |
download | dexon-solidity-0e4c693518118b9c4ff322fe242ea4d1ac1b86cc.tar.gz dexon-solidity-0e4c693518118b9c4ff322fe242ea4d1ac1b86cc.tar.zst dexon-solidity-0e4c693518118b9c4ff322fe242ea4d1ac1b86cc.zip |
cleanup
Diffstat (limited to 'peer.cpp')
-rw-r--r-- | peer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ BOOST_AUTO_TEST_CASE(host) NetworkPreferences host2prefs(30302, "127.0.0.1", true, true); Host host1("Test", host1prefs); - NodeId node1 = host1.id(); host1.start(); Host host2("Test", host2prefs); |