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