* Remove is_bit_set and use regular bitwise operations instead.
* Remove the function-like macro "nothing".
This commit is contained in:
Nik Bougalis
2014-06-16 01:25:09 -07:00
parent c8ee6c6f6d
commit 04dd861fe3
34 changed files with 193 additions and 251 deletions

View File

@@ -597,7 +597,6 @@ Blob RippleAddress::accountPrivateEncrypt (const RippleAddress& naPublicTo, Blob
}
catch (...)
{
nothing ();
}
}
@@ -628,7 +627,6 @@ Blob RippleAddress::accountPrivateDecrypt (const RippleAddress& naPublicFrom, Bl
}
catch (...)
{
nothing ();
}
}
@@ -802,12 +800,10 @@ bool RippleAddress::setSeedGeneric (const std::string& strText)
else if (setSeed (strText))
{
// Log::out() << "Recognized seed.";
nothing ();
}
else if (1 == setSeed1751 (strText))
{
// Log::out() << "Recognized 1751 seed.";
nothing ();
}
else
{