summaryrefslogtreecommitdiff
path: root/sql/log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/log.cc')
-rw-r--r--sql/log.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/log.cc b/sql/log.cc
index a6f3192b061..49c9bce95f1 100644
--- a/sql/log.cc
+++ b/sql/log.cc
@@ -1448,8 +1448,6 @@ static int binlog_prepare(handlerton *hton, THD *thd, bool all)
return 0;
}
-#define YESNO(X) ((X) ? "yes" : "no")
-
/**
This function is called once after each statement.