Remove unused variable
This commit is contained in:
parent
5dd08fe56b
commit
a1461f3452
|
@ -16,7 +16,6 @@ type PluginNxLog struct {
|
|||
sync.Mutex
|
||||
outFd *os.File
|
||||
format string
|
||||
ignoredQtypes []string
|
||||
}
|
||||
|
||||
func (plugin *PluginNxLog) Name() string {
|
||||
|
|
Loading…
Reference in New Issue