summaryrefslogtreecommitdiff
path: root/sql/log.cc
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-04-15 18:17:32 -0700
committerbrian@zim.(none) <>2006-04-15 18:17:32 -0700
commit5d1d27c0165c151fd73163fa7d9bce353d6f9687 (patch)
tree4deb7a54227f30d8a5d4b647405eb100c0f8ab28 /sql/log.cc
parent53dce52086e38375f73bde3c5936ba381dc0c435 (diff)
downloadmariadb-git-5d1d27c0165c151fd73163fa7d9bce353d6f9687.tar.gz
Final patch to remove the last of the OS2 support.
Diffstat (limited to 'sql/log.cc')
-rw-r--r--sql/log.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/log.cc b/sql/log.cc
index 5c67443d238..3f6e3108a0b 100644
--- a/sql/log.cc
+++ b/sql/log.cc
@@ -18,10 +18,6 @@
/* logging of commands */
/* TODO: Abort logging when we get an error in reading or writing log files */
-#ifdef __EMX__
-#include <io.h>
-#endif
-
#include "mysql_priv.h"
#include "sql_repl.h"
#include "rpl_filter.h"