Remove old code.

This commit is contained in:
JoelKatz
2012-01-19 10:04:48 -08:00
parent ef24377d08
commit 61f72e2141

View File

@@ -6,11 +6,17 @@
#include "Ledger.h" #include "Ledger.h"
#include "SHAMap.h" #include "SHAMap.h"
extern void DKunitTest();
int main() int main()
{ {
// Wallet::unitTest();
theApp = new Application(); theApp = new Application();
theApp->run(); theApp->run();
Serializer::TestSerializer(); Serializer::TestSerializer();
SHAMapNode::ClassInit(); SHAMapNode::ClassInit();
SHAMap::TestSHAMap(); SHAMap::TestSHAMap();