Skip to content

Commit c9ffa67

Browse files
authored
Merge pull request #685 from diamondburned/resultChan-rm
Remove unused resultChan field in CPM
2 parents 72f1672 + 6809f44 commit c9ffa67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/custompluginmonitor/custom_plugin_monitor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ type customPluginMonitor struct {
4747
config cpmtypes.CustomPluginConfig
4848
conditions []types.Condition
4949
plugin *plugin.Plugin
50-
resultChan <-chan cpmtypes.Result
5150
statusChan chan *types.Status
5251
tomb *tomb.Tomb
5352
}

0 commit comments

Comments
 (0)