diff options
author | brian@zim.(none) <> | 2006-04-15 18:17:32 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-04-15 18:17:32 -0700 |
commit | 5d1d27c0165c151fd73163fa7d9bce353d6f9687 (patch) | |
tree | 4deb7a54227f30d8a5d4b647405eb100c0f8ab28 /sql/log.cc | |
parent | 53dce52086e38375f73bde3c5936ba381dc0c435 (diff) | |
download | mariadb-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.cc | 4 |
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" |