Commit f103b779 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[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
parent d6923f82
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment