diff options
author | monty@mashka.mysql.fi <> | 2003-01-28 09:02:51 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-01-28 09:02:51 +0200 |
commit | 6b712793825955f37e27497b937f7c5cba0b71c6 (patch) | |
tree | bbd008d05f1c1111676b46f092fde8257666d9c2 /mysys/my_os2cond.c | |
parent | 52e440b9a784289bb1d502e9891c7250bf9b0b47 (diff) | |
parent | 152f0603e7348ef58103ddf0c958a3373dd958bc (diff) | |
download | mariadb-git-6b712793825955f37e27497b937f7c5cba0b71c6.tar.gz |
merge
Diffstat (limited to 'mysys/my_os2cond.c')
-rw-r--r-- | mysys/my_os2cond.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/my_os2cond.c b/mysys/my_os2cond.c index d930aadb2d1..e23afb89e66 100644 --- a/mysys/my_os2cond.c +++ b/mysys/my_os2cond.c @@ -26,7 +26,6 @@ #include "mysys_priv.h" #if defined(THREAD) && defined(OS2) #include <m_string.h> -//#undef getpid #include <process.h> #include <sys/timeb.h> |