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/test_dir.c | |
parent | c73df2254f75a4f9565df55446bb9c75adea10dd (diff) | |
download | mariadb-git-d4f7518e3d4fe06fd3035fe5b5ec8a1904d2442e.tar.gz |
Remove unused defined USES_TYPES
Diffstat (limited to 'mysys/test_dir.c')
-rw-r--r-- | mysys/test_dir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/test_dir.c b/mysys/test_dir.c index f3d220e942f..c9693ab3c68 100644 --- a/mysys/test_dir.c +++ b/mysys/test_dir.c @@ -16,7 +16,6 @@ /* TODO: Test all functions */ -#define USES_TYPES #include "mysys_priv.h" #include "my_dir.h" |