diff options
| author | loyalsoldier <[email protected]> | 2021-10-04 15:41:26 +0800 |
|---|---|---|
| committer | loyalsoldier <[email protected]> | 2021-10-04 15:41:26 +0800 |
| commit | 0f88644cdf10877e495a140e2eefd9fa69399dd1 (patch) | |
| tree | 835005dc3c8cacd342ab8bae094bc58d940f2333 /plugin/maxmind | |
| parent | 11925f1ee7190145a4105e4edc7e6ed98f99d304 (diff) | |
Feat: remove unused replace action
Diffstat (limited to 'plugin/maxmind')
| -rw-r--r-- | plugin/maxmind/country_csv.go | 2 |
1 files changed, 0 insertions, 2 deletions
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 } |
