diff options
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -201,7 +201,6 @@ func initToolkit(name string, filename string) *aplug { // add it to the list of plugins allPlugins = append(allPlugins, newPlug) - // set the communication to the plugins newPlug.pluginChan = newPlug.PluginChannel() if (newPlug.pluginChan == nil) { |
