Remove dead PubKeyCache code.

This commit is contained in:
JoelKatz
2013-01-17 10:54:37 -08:00
parent 902af8cd90
commit 65a1d00751
7 changed files with 0 additions and 115 deletions

View File

@@ -19,10 +19,6 @@ const char *TxnDBInit[] = {
RawTxn BLOB, \
TxnMeta BLOB \
);",
"CREATE TABLE PubKeys ( \
ID CHARACTER(35) PRIMARY KEY, \
PubKey BLOB \
);",
"CREATE TABLE AccountTransactions ( \
TransID CHARACTER(64), \
Account CHARACTER(64), \