From 0f88644cdf10877e495a140e2eefd9fa69399dd1 Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Mon, 4 Oct 2021 15:41:26 +0800 Subject: Feat: remove unused replace action --- plugin/maxmind/country_csv.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/maxmind') diff --git a/plugin/maxmind/country_csv.go b/plugin/maxmind/country_csv.go index 6394e375..4608f121 100644 --- a/plugin/maxmind/country_csv.go +++ b/plugin/maxmind/country_csv.go @@ -129,8 +129,6 @@ func (g *geoLite2CountryCSV) Input(container lib.Container) (lib.Container, erro } case lib.ActionRemove: container.Remove(name, ignoreIPType) - case lib.ActionReplace: - container.Replace(entry, ignoreIPType) default: return nil, lib.ErrUnknownAction } -- cgit v1.3.1