remove dead code

This commit is contained in:
Eugene Kosov 2018-05-31 16:08:34 +03:00 committed by Sergey Vojtovich
parent a07e29a0e5
commit 8e9c5d1057

View File

@ -36,11 +36,6 @@
#include "sql_select.h"
#include "debug_sync.h"
/// How to write record_ref.
#define WRITE_REF(file,from) \
if (my_b_write((file),(uchar*) (from),param->ref_length)) \
DBUG_RETURN(1);
/* functions defined in this file */
static uchar *read_buffpek_from_file(IO_CACHE *buffer_file, uint count,