diff options
Diffstat (limited to 'storage/tokudb/tokudb_debug.h')
-rw-r--r-- | storage/tokudb/tokudb_debug.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/tokudb/tokudb_debug.h b/storage/tokudb/tokudb_debug.h index 46bd65c605a..6ae559af213 100644 --- a/storage/tokudb/tokudb_debug.h +++ b/storage/tokudb/tokudb_debug.h @@ -29,11 +29,6 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved. #include "hatoku_defines.h" -#define TOKU_INCLUDE_BACKTRACE 0 -#if TOKU_INCLUDE_BACKTRACE -static void tokudb_backtrace(void); -#endif - // tokudb debug tracing for tokudb_debug declared in tokudb_sysvars.h/.cc #define TOKUDB_DEBUG_INIT (1<<0) #define TOKUDB_DEBUG_OPEN (1<<1) |