summaryrefslogtreecommitdiff
path: root/libmysql_r
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 /libmysql_r
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 'libmysql_r')
-rw-r--r--libmysql_r/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmysql_r/Makefile.am b/libmysql_r/Makefile.am
index dab45d93673..30aa2467dab 100644
--- a/libmysql_r/Makefile.am
+++ b/libmysql_r/Makefile.am
@@ -21,8 +21,7 @@
# This file is public domain and comes with NO WARRANTY of any kind
target = libmysqlclient_r.la
-target_defs = -DDISABLE_MYSQL_PRLOCK_H -DDONT_USE_RAID \
- -DMYSQL_CLIENT @LIB_EXTRA_CCFLAGS@
+target_defs = -DDISABLE_MYSQL_PRLOCK_H -DMYSQL_CLIENT @LIB_EXTRA_CCFLAGS@
LIBS = @LIBS@ @ZLIB_LIBS@ @openssl_libs@