Commit 9da737bf authored by John Esmet's avatar John Esmet Committed by Yoni Fogel

[t:5101] ft_sync + friends are dead code


git-svn-id: file:///svn/toku/tokudb@44710 c7de825b-a66e-492c-adef-691d508d4ae1
parent f811db12
......@@ -164,9 +164,6 @@ int toku_ft_handle_set_panic(FT_HANDLE brt, int panic, char *panic_string) __at
int toku_dump_ft (FILE *,FT_HANDLE brt) __attribute__ ((warn_unused_result));
//void ft_fsync (FT_HANDLE); /* fsync, but don't clear the caches. */
//void ft_flush (FT_HANDLE); /* fsync and clear the caches. */
extern int toku_ft_debug_mode;
int toku_verify_ft (FT_HANDLE brt) __attribute__ ((warn_unused_result));
int toku_verify_ft_with_progress (FT_HANDLE brt, int (*progress_callback)(void *extra, float progress), void *extra, int verbose, int keep_going) __attribute__ ((warn_unused_result));
......
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