Remove some unused functions and methods
commit46c90437f9efbabcb5c810cd82b00a9e5d1c5cd7
authorPieter Wuille <pieter.wuille@gmail.com>
Fri, 22 Sep 2017 06:40:33 +0000 (21 23:40 -0700)
committerPieter Wuille <pieter.wuille@gmail.com>
Fri, 22 Sep 2017 06:40:33 +0000 (21 23:40 -0700)
treece0cc0a235e4b2f432f56ecd131f7e346942a166
parent6c4fecfaf7beefad0d1c3f8520bf50bb515a0716
Remove some unused functions and methods

In the case of CKey's destructor, it seems to have been an oversight in
f4d1fc259 not to delete it. At this point, it results in the move
constructors/assignment operators for CKey being deleted, which may have
a performance impact.
src/hash.h
src/key.h
src/uint256.h