diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:15:41 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:15:41 -0300 |
commit | 72fbf95e5d92cd1c50e76707c39908bfa3de3aa0 (patch) | |
tree | 8ebb41f71112bff8879b8515ccb1e6c890d2f1f4 /include/my_global.h | |
parent | 85bbcfee02996b42b6a63b881691f6aeb6967d6f (diff) | |
download | mariadb-git-72fbf95e5d92cd1c50e76707c39908bfa3de3aa0.tar.gz |
WL#5498: Remove dead and unused source code
Remove the obsolete and buggy bmove512, use memcpy instead.
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/my_global.h b/include/my_global.h index 33eaefefe62..9eab692b924 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -564,8 +564,6 @@ extern "C" int madvise(void *addr, size_t len, int behav); #define ENGLISH 1 /* Messages in English */ #define POSIX_MISTAKE 1 /* regexp: Fix stupid spec error */ #define USE_REGEX 1 /* We want the use the regex library */ -/* Do not define for ultra sparcs */ -#define USE_BMOVE512 1 /* Use this unless system bmove is faster */ #define QUOTE_ARG(x) #x /* Quote argument (before cpp) */ #define STRINGIFY_ARG(x) QUOTE_ARG(x) /* Quote argument, after cpp */ |