Skip to content

Commit

Permalink
Removes the cache_key_genid plugin, as agreed (#10708)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwoop authored Nov 1, 2023
1 parent 03a1f3a commit d96ecb3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 216 deletions.
13 changes: 0 additions & 13 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1928,19 +1928,6 @@ AM_CONDITIONAL([BUILD_HTTP_LOAD], [test x"$ac_cv_func_epoll_ctl" = x"yes"])
# We should only build traffic_top if we have curses
AM_CONDITIONAL([BUILD_TRAFFIC_TOP], [test "x$ax_cv_curses" = "xyes"])

AC_CHECK_HEADERS([kclangc.h], [
AC_CHECK_LIB([kyotocabinet], [kcdbopen], [
AC_SUBST([LIB_KYOTOCABINET], ["-lkyotocabinet"])
has_kyotocabinet=1
], [
has_kyotocabinet=0
])
],
[has_kyotocabinet=0]
)
AC_SUBST(has_kyotocabinet)
AM_CONDITIONAL([HAS_KYOTOCABINET], [ test "x${has_kyotocabinet}" = "x1" ])

# -----------------------------------------------------------------------------
# 5. CHECK FOR HEADER FILES

Expand Down
4 changes: 0 additions & 4 deletions plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ if BUILD_STEK_SHARE_PLUGIN
include experimental/stek_share/Makefile.inc
endif

if HAS_KYOTOCABINET
include experimental/cache_key_genid/Makefile.inc
endif

if BUILD_IMAGE_MAGICK_PLUGINS
include experimental/magick/Makefile.inc
endif
Expand Down
23 changes: 0 additions & 23 deletions plugins/experimental/cache_key_genid/Makefile.inc

This file was deleted.

176 changes: 0 additions & 176 deletions plugins/experimental/cache_key_genid/cache_key_genid.cc

This file was deleted.

0 comments on commit d96ecb3

Please sign in to comment.