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 | cc3a26289d7b3e8275bf26f7c7d5682f8c86f2ad (patch) | |
tree | 6a6d06ccca15bd33f316633d542c8be2470ffcca /include/my_nosys.h | |
parent | 7a221fc9a30888fc30bd0ef79445829896572d97 (diff) | |
download | mariadb-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 'include/my_nosys.h')
-rw-r--r-- | include/my_nosys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_nosys.h b/include/my_nosys.h index ecb60333830..96ba6d4c464 100644 --- a/include/my_nosys.h +++ b/include/my_nosys.h @@ -30,7 +30,7 @@ extern "C" { #include <malloc.h> #endif -#undef my_read /* Can be predefined in raid.h */ +#undef my_read #undef my_write #undef my_seek #define my_read(a,b,c,d) my_quick_read(a,b,c,d) |