diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:15:07 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:15:07 -0300 |
commit | 85bbcfee02996b42b6a63b881691f6aeb6967d6f (patch) | |
tree | 6a6d06ccca15bd33f316633d542c8be2470ffcca /extra/replace.c | |
parent | e83f1d37c497383f25aee772371692ea561190a4 (diff) | |
download | mariadb-git-85bbcfee02996b42b6a63b881691f6aeb6967d6f.tar.gz |
WL#5498: Remove dead and unused source code
Remove the ancient and dead raid code. By now, even the server side
has been removed.
Diffstat (limited to 'extra/replace.c')
-rw-r--r-- | extra/replace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/replace.c b/extra/replace.c index bbe70ba586e..5b5f9cee6f8 100644 --- a/extra/replace.c +++ b/extra/replace.c @@ -39,7 +39,6 @@ fill_buffer_retaining() is taken from gnu-grep and modified. */ -#define DONT_USE_RAID #include <my_global.h> #include <m_ctype.h> #include <my_sys.h> |