X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Ftxdb.h;h=939e59dd5919dd6652f34629ed98765b3df7ee1f;hb=32b53bb54ee7591fd47dd1ee24e05b73337f40b5;hp=a0f8315423a0ae73e44bfe747d1bed194f06689a;hpb=adb8391acdf671640adb1e8be564e68b254fca69;p=novacoin.git diff --git a/src/txdb.h b/src/txdb.h index a0f8315..939e59d 100644 --- a/src/txdb.h +++ b/src/txdb.h @@ -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