diff options
author | unknown <msvensson@shellback.> | 2006-04-11 20:12:57 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.> | 2006-04-11 20:12:57 +0200 |
commit | d4f7518e3d4fe06fd3035fe5b5ec8a1904d2442e (patch) | |
tree | aa2b2818a61f7633673471376ae5efb44f48276b /mysys/my_lib.c | |
parent | c73df2254f75a4f9565df55446bb9c75adea10dd (diff) | |
download | mariadb-git-d4f7518e3d4fe06fd3035fe5b5ec8a1904d2442e.tar.gz |
Remove unused defined USES_TYPES
Diffstat (limited to 'mysys/my_lib.c')
-rw-r--r-- | mysys/my_lib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/my_lib.c b/mysys/my_lib.c index 522fa56cbf1..ac9c6c4f1b4 100644 --- a/mysys/my_lib.c +++ b/mysys/my_lib.c @@ -17,7 +17,6 @@ /* TODO: check for overun of memory for names. */ /* Convert MSDOS-TIME to standar time_t */ -#define USES_TYPES /* sys/types is included */ #include "mysys_priv.h" #include <m_string.h> #include <my_dir.h> /* Structs used by my_dir,includes sys/types */ |