Skip to content

Commit 27ff4cd

Browse files
authored
Merge pull request #1626 from rektbuildr/master
Removed by-value operator= from hd_private
2 parents de03b82 + 06a9404 commit 27ff4cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/bitcoin/system/wallet/keys/hd_private.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ class BC_API hd_private
7373
bool operator<(const hd_private& other) const NOEXCEPT;
7474
bool operator==(const hd_private& other) const NOEXCEPT;
7575
bool operator!=(const hd_private& other) const NOEXCEPT;
76-
hd_private& operator=(hd_private other) NOEXCEPT;
7776
friend std::istream& operator>>(std::istream& in, hd_private& to);
7877
friend std::ostream& operator<<(std::ostream& out,
7978
const hd_private& of) NOEXCEPT;

0 commit comments

Comments
 (0)