[t:4741] remove my_fake_header and my_header from orthopush-flush.c

git-svn-id: file:///svn/toku/tokudb@43555 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:00:31 -04:00 committed by Yoni Fogel
parent d9639d75e0
commit 6419a8e4cf

View file

@ -10,8 +10,6 @@
static TOKUTXN const null_txn = 0;
static DB * const null_db = 0;
static char fname[] = __SRCFILE__ ".brt";
static struct brt_header my_fake_header;
static struct brt_header *my_header = &my_fake_header;
static int dummy_cmp(DB *db __attribute__((unused)),
const DBT *a, const DBT *b) {