summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorDavi Arnaut <davi.arnaut@oracle.com>2010-07-23 17:15:07 -0300
committerDavi Arnaut <davi.arnaut@oracle.com>2010-07-23 17:15:07 -0300
commitcc3a26289d7b3e8275bf26f7c7d5682f8c86f2ad (patch)
tree6a6d06ccca15bd33f316633d542c8be2470ffcca /extra
parent7a221fc9a30888fc30bd0ef79445829896572d97 (diff)
downloadmariadb-git-cc3a26289d7b3e8275bf26f7c7d5682f8c86f2ad.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')
-rw-r--r--extra/replace.c1
-rw-r--r--extra/resolve_stack_dump.c1
2 files changed, 0 insertions, 2 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>
diff --git a/extra/resolve_stack_dump.c b/extra/resolve_stack_dump.c
index 432a207f424..6ea818c601b 100644
--- a/extra/resolve_stack_dump.c
+++ b/extra/resolve_stack_dump.c
@@ -17,7 +17,6 @@
versions into symbolic names. By Sasha Pachev <sasha@mysql.com>
*/
-#define DONT_USE_RAID
#include <my_global.h>
#include <m_ctype.h>
#include <my_sys.h>