delete unused var

This commit is contained in:
hwdef
2019-09-19 12:03:27 +08:00
parent cfa3e2c499
commit 4e7ef9ad36
10 changed files with 0 additions and 33 deletions

View File

@@ -46,8 +46,6 @@ type mustMatchPatterns struct {
var (
_ SysctlsStrategy = &mustMatchPatterns{}
defaultSysctlsPatterns = []string{"*"}
)
// NewMustMatchPatterns creates a new mustMatchPatterns strategy that will provide validation.