diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:14:35 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:14:35 -0300 |
commit | e83f1d37c497383f25aee772371692ea561190a4 (patch) | |
tree | 34993c1eeb34970e4c3ffef7f0a41b6e14095d89 /client | |
parent | fb91a923306ae845977bbdcc7e6de1836b3dadd9 (diff) | |
download | mariadb-git-e83f1d37c497383f25aee772371692ea561190a4.tar.gz |
WL#5498: Remove dead and unused source code
Remove unused source code and associated paraphernalia.
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index 04f0ac39b0e..393573a061e 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -62,7 +62,6 @@ mysqlbinlog_SOURCES = mysqlbinlog.cc \ $(top_srcdir)/mysys/my_new.cc \ $(top_srcdir)/mysys/my_bit.c \ $(top_srcdir)/mysys/my_bitmap.c \ - $(top_srcdir)/mysys/my_vle.c \ $(top_srcdir)/mysys/base64.c mysqlbinlog_LDADD = $(LDADD) $(CXXLDFLAGS) |