removed unused code in INV message
commitc707ca872dcce98892431d33c250372da714f15f
authorGreg Griffith <cryptounitedteam@gmail.com>
Sun, 7 May 2017 04:42:04 +0000 (7 00:42 -0400)
committerGreg Griffith <cryptounitedteam@gmail.com>
Sun, 7 May 2017 04:42:04 +0000 (7 00:42 -0400)
treeb79bddafbdf271c3023ed76a46df69a8f177c9a9
parent170bc2c381f86a523de2fc8b71d62ade66303c0d
removed unused code in INV message

vToFetch is never used after declaration. When checked if not empty,
evaluation is always false. Best case scenario this is optimized by the
compiler, worst case it wastes  cpu cycles.  It should be removed either
way.
src/net_processing.cpp