Remove unused and obsolete Ripple identifiers and tidy up:

These identifiers were part of a failed set of classes to replace
the functionality combined into RippleAddress. They are not used
and therefore can be removed.

* Remove RippleAccountPrivateKey
* Remove RippleAccountPublicKey
* Remove RippleAccountID
* Remove RipplePrivateKey
* Remove RipplePublicKeyHash
* Remove RippleLedgerHash
* Remove unused withCheck argument
* Remove CryptoIdentifier
* Remove IdentifierStorage
* Remove IdentifierType
* Remove SimpleIdentifier
* Add missing include
This commit is contained in:
Vinnie Falco
2014-12-12 10:41:19 -08:00
parent 28b09bde4b
commit 409b8bac00
20 changed files with 9 additions and 1151 deletions

View File

@@ -17,6 +17,7 @@
*/
//==============================================================================
#include <beast/ByteOrder.h>
#include <algorithm>
namespace ripple {