From 8e9c5d1057abe14eeaa30ff47dec03f3594f5eca Mon Sep 17 00:00:00 2001 From: Eugene Kosov Date: Thu, 31 May 2018 16:08:34 +0300 Subject: [PATCH] remove dead code --- sql/filesort.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sql/filesort.cc b/sql/filesort.cc index a4be9e4acfa..98c4e3b860b 100644 --- a/sql/filesort.cc +++ b/sql/filesort.cc @@ -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,