Skip to content

Commit

Permalink
Removes the memcached_remap plugin. See apache#5395
Browse files Browse the repository at this point in the history
  • Loading branch information
zwoop committed Jul 22, 2019
1 parent afacb24 commit f8c8d25
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 384 deletions.
6 changes: 0 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,6 @@ AC_ARG_ENABLE([experimental-plugins],
AC_MSG_RESULT([$enable_experimental_plugins])
AM_CONDITIONAL([BUILD_EXPERIMENTAL_PLUGINS], [ test "x${enable_experimental_plugins}" = "xyes" ])

#
# Enable experimental/memcached_remap plugin
#
PKG_CHECK_MODULES([LIBMEMCACHED], [libmemcached >= 1.0], [have_libmemcached=yes], [have_libmemcached=no])
AM_CONDITIONAL([BUILD_MEMCACHED_REMAP_PLUGIN], [test "x${have_libmemcached}" = "xyes"])

#
# Check Magick++ is available. Enable experimental/webp_transform plugin
#
Expand Down
4 changes: 0 additions & 4 deletions plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ if BUILD_SSL_SESSION_REUSE_PLUGIN
include experimental/ssl_session_reuse/Makefile.inc
endif

if BUILD_MEMCACHED_REMAP_PLUGIN
include experimental/memcached_remap/Makefile.inc
endif

if BUILD_REMAP_STATS_PLUGIN
include experimental/remap_stats/Makefile.inc
endif
Expand Down
7 changes: 0 additions & 7 deletions plugins/experimental/memcached_remap/AUTHORS

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/experimental/memcached_remap/Changelog

This file was deleted.

24 changes: 0 additions & 24 deletions plugins/experimental/memcached_remap/Makefile.inc

This file was deleted.

113 changes: 0 additions & 113 deletions plugins/experimental/memcached_remap/README

This file was deleted.

192 changes: 0 additions & 192 deletions plugins/experimental/memcached_remap/memcached_remap.cc

This file was deleted.

Loading

0 comments on commit f8c8d25

Please sign in to comment.