This commit is contained in:
Gavin Andresen 2012-02-22 11:00:38 -05:00
commit e1bad25fee
1 changed files with 0 additions and 7 deletions

View File

@ -92,13 +92,6 @@ public:
return *this;
}
base_uint& operator&=(uint64 b)
{
pn[0] &= (unsigned int)b;
pn[1] &= (unsigned int)(b >> 32);
return *this;
}
base_uint& operator|=(uint64 b)
{
pn[0] |= (unsigned int)b;