Skip to content

Commit

Permalink
Fix bad merge conflict resolution.
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
  • Loading branch information
artursouza committed Jan 30, 2024
1 parent 0d130fb commit b33a1e4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/runtime/hotreload/reconciler/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ func (c *component) verify(vcomp componentsapi.Component) bool {
}
}

return true
}

//nolint:unused
func (c *component) verify(vcomp componentsapi.Component) bool {
for backendName := range c.store.ListWorkflowBackends() {
if backendName == vcomp.Name {
log.Errorf("Aborting to hot-reload a workflowbackend component which is not supported: %s", vcomp.LogName())
Expand Down

0 comments on commit b33a1e4

Please sign in to comment.