Skip to content

Commit

Permalink
[chore] delete unused method on nopHost
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jul 24, 2024
1 parent 4e44e32 commit 5107f30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions component/componenttest/nop_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ func (nh *nopHost) GetFactory(component.Kind, component.Type) component.Factory
func (nh *nopHost) GetExtensions() map[component.ID]component.Component {
return nil
}

func (nh *nopHost) GetExporters() map[component.DataType]map[component.ID]component.Component {
return nil
}

0 comments on commit 5107f30

Please sign in to comment.