diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:14:04 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:14:04 -0300 |
commit | e7dd11f0bef0e31fad7063ac8b2c6df3bb575436 (patch) | |
tree | 231e1097bc6a2958e93eb854d86c7142baa82837 /include/my_global.h | |
parent | bc4ba28cab2fbdefee87fbb8d97234046f707ed0 (diff) | |
download | mariadb-git-e7dd11f0bef0e31fad7063ac8b2c6df3bb575436.tar.gz |
WL#5498: Remove dead and unused source code
Remove Windows related files which aren't used anymore.
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h index b0db017c565..b7ec40fc2e0 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -915,7 +915,6 @@ inline unsigned long long my_double2ulonglong(double d) /* Some pre-ANSI-C99 systems like AIX 5.1 and Linux/GCC 2.95 define ULONGLONG_MAX, LONGLONG_MIN, LONGLONG_MAX; we use them if they're defined. - Also on Windows we define these constants by hand in config-win.h. */ #if defined(HAVE_LONG_LONG) && !defined(LONGLONG_MIN) |