Skip to content

Commit 504567b

Browse files
committed
vectorlint: remove unused no-op validate fn
1 parent 72506cd commit 504567b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/vectorlint/main.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,6 @@ var (
191191
}
192192
)
193193

194-
// noValidateFormat is a placeholder Format.Validate callback that performs no validation of the input.
195-
func noValidateFormat(_ any) error {
196-
return nil
197-
}
198-
199194
func validateHex(value any) error {
200195
strVal, ok := value.(string)
201196
if !ok {

0 commit comments

Comments
 (0)