diff options
Diffstat (limited to 'src/key.h')
-rw-r--r-- | src/key.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -56,11 +56,6 @@ public: keydata.resize(32); } - //! Destructor (again necessary because of memlocking). - ~CKey() - { - } - friend bool operator==(const CKey& a, const CKey& b) { return a.fCompressed == b.fCompressed && |