Skip to content

Commit

Permalink
remove empty config validation
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
  • Loading branch information
ChrsMark committed Jul 26, 2024
1 parent fd8b9c1 commit 189e50c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions connector/otlpjsonconnector/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
package otlpjsonconnector // import "github.com/open-telemetry/opentelemetry-collector-contrib/connector/otlpjsonconnector"

type Config struct{}

func (c *Config) Validate() error {
return nil
}
4 changes: 0 additions & 4 deletions connector/otlpjsonconnector/config_test.go

This file was deleted.

0 comments on commit 189e50c

Please sign in to comment.