to160 was broken, and we don't use it. So remove it.

This commit is contained in:
JoelKatz
2012-06-18 20:53:48 -07:00
parent 95bdb24bd9
commit 4f460736eb
2 changed files with 0 additions and 9 deletions

View File

@@ -42,13 +42,6 @@ bool u160ToHuman(uint160& buf, std::string& retStr)
#endif
base_uint160 uint256::to160() const
{
uint160 m;
memcpy(m.begin(), begin(), m.size());
return m;
}
base_uint256 uint160::to256() const
{
uint256 m;

View File

@@ -511,8 +511,6 @@ public:
zero();
}
}
base_uint160 to160() const;
};