aboutsummaryrefslogtreecommitdiff
path: root/config_match_license.go
diff options
context:
space:
mode:
Diffstat (limited to 'config_match_license.go')
-rw-r--r--config_match_license.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/config_match_license.go b/config_match_license.go
index 3caddc1..818e806 100644
--- a/config_match_license.go
+++ b/config_match_license.go
@@ -24,10 +24,6 @@ type configMatchLicense struct {
// A line that match with this pattern will be deleted.
// An empty line stop the search.
DeleteLinePattern []string `ini:"match-license::delete_line_pattern"`
-
- // DeleteMatch if set to true, the line that match with Pattern will
- // be deleted.
- DeleteMatch bool `ini:"match-license::delete_match"`
}
func (cml *configMatchLicense) init() (err error) {