Commit 5e116c47 authored by John Esmet's avatar John Esmet Committed by Yoni Fogel

[t:5101] height of root is dead code


git-svn-id: file:///svn/toku/tokudb@44713 c7de825b-a66e-492c-adef-691d508d4ae1
parent a73875cf
...@@ -203,8 +203,6 @@ extern int toku_ft_do_push_cmd; // control whether push occurs eagerly. ...@@ -203,8 +203,6 @@ extern int toku_ft_do_push_cmd; // control whether push occurs eagerly.
DICTIONARY_ID toku_ft_get_dictionary_id(FT_HANDLE); DICTIONARY_ID toku_ft_get_dictionary_id(FT_HANDLE);
int toku_ft_height_of_root(FT_HANDLE, int *height) __attribute__ ((warn_unused_result)); // for an open brt, return the current height.
enum ft_flags { enum ft_flags {
//TOKU_DB_DUP = (1<<0), //Obsolete #2862 //TOKU_DB_DUP = (1<<0), //Obsolete #2862
//TOKU_DB_DUPSORT = (1<<1), //Obsolete #2862 //TOKU_DB_DUPSORT = (1<<1), //Obsolete #2862
......
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