Skip to content

Commit

Permalink
Remove cgroup/v2 plugin for now.
Browse files Browse the repository at this point in the history
Still under active development.
  • Loading branch information
wickberg committed Jun 14, 2021
1 parent a48f959 commit 2ec70f6
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 1,877 deletions.
3 changes: 1 addition & 2 deletions configure

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ AC_CONFIG_FILES([Makefile
src/plugins/cgroup/Makefile
src/plugins/cgroup/common/Makefile
src/plugins/cgroup/v1/Makefile
src/plugins/cgroup/v2/Makefile
src/plugins/cli_filter/Makefile
src/plugins/cli_filter/common/Makefile
src/plugins/cli_filter/lua/Makefile
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/cgroup/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Makefile for route plugins
# Makefile for cgroup plugins

SUBDIRS = common v1 v2
SUBDIRS = common v1
4 changes: 2 additions & 2 deletions src/plugins/cgroup/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@SET_MAKE@

# Makefile for route plugins
# Makefile for cgroup plugins
VPATH = @srcdir@
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
Expand Down Expand Up @@ -454,7 +454,7 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = common v1 v2
SUBDIRS = common v1
all: all-recursive

.SUFFIXES:
Expand Down
14 changes: 0 additions & 14 deletions src/plugins/cgroup/v2/Makefile.am

This file was deleted.

Loading

0 comments on commit 2ec70f6

Please sign in to comment.