summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/celmatcher.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2022-07-28 15:16:36 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2022-07-28 15:16:36 -0600
commit4fced0b6e15429dd51e6edc2c244f7af068ecf84 (patch)
tree7e4af23e273ecd46d5db165b845ac979eb3d3ddc /modules/caddyhttp/celmatcher.go
parent1bdd451913c065ce555d4e2bdb891946b61ffd87 (diff)
Finish fixing lint errors from ea8df6ff
Follows up #4915
Diffstat (limited to 'modules/caddyhttp/celmatcher.go')
-rw-r--r--modules/caddyhttp/celmatcher.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/caddyhttp/celmatcher.go b/modules/caddyhttp/celmatcher.go
index 7b1e89d..81fea70 100644
--- a/modules/caddyhttp/celmatcher.go
+++ b/modules/caddyhttp/celmatcher.go
@@ -345,7 +345,6 @@ func CELMatcherImpl(macroName, funcName string, matcherDataTypes []*cel.Type, fa
cel.Macros(macro),
cel.Function(funcName,
cel.Overload(funcName, append([]*cel.Type{requestType}, matcherDataTypes...), cel.BoolType),
-
cel.SingletonBinaryImpl(CELMatcherRuntimeFunction(funcName, fac))),
}
programOptions := []cel.ProgramOption{