This is an automated email from the ASF dual-hosted git repository.
jan pushed a change to branch fix/xref-bugs
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 99f4c8ed4 fix: undefined function warning
add 3cc22f4a8 feat: remove failed couch_plugins experiment
add 709fa7816 Merge branch 'main' into fix/xref-bugs
No new revisions were added by this update.
Summary of changes:
rebar.config.script | 1 -
rel/reltool.config | 2 -
src/couch/src/couch.app.src | 3 +-
src/couch_plugins/LICENSE | 202 ----------------
src/couch_plugins/Makefile.am | 40 ----
src/couch_plugins/README.md | 159 -------------
src/couch_plugins/src/couch_plugins.app.src | 22 --
src/couch_plugins/src/couch_plugins.erl | 322 --------------------------
src/couch_plugins/src/couch_plugins_httpd.erl | 69 ------
9 files changed, 1 insertion(+), 819 deletions(-)
delete mode 100644 src/couch_plugins/LICENSE
delete mode 100644 src/couch_plugins/Makefile.am
delete mode 100644 src/couch_plugins/README.md
delete mode 100644 src/couch_plugins/src/couch_plugins.app.src
delete mode 100644 src/couch_plugins/src/couch_plugins.erl
delete mode 100644 src/couch_plugins/src/couch_plugins_httpd.erl