Merge pull request #361 from svost/master
[novacoin.git] / src / txdb.h
index a0f8315..939e59d 100644 (file)
@@ -17,8 +17,4 @@
 #include "txdb-bdb.h"
 #endif
 
-// Sets up whatever database layer was chosen for in-memory only access. Used by the
-// the unit test framework.
-extern void MakeMockTXDB();
-
 #endif  // BITCOIN_TXDB_H