From a1461f34523cc5333a55c0e8e06e660e4f8bc0d1 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 20 Jan 2018 17:14:21 +0100 Subject: [PATCH] Remove unused variable --- dnscrypt-proxy/plugin_nx_log.go | 1 - 1 file changed, 1 deletion(-) diff --git a/dnscrypt-proxy/plugin_nx_log.go b/dnscrypt-proxy/plugin_nx_log.go index 7c694e34..9ef610a9 100644 --- a/dnscrypt-proxy/plugin_nx_log.go +++ b/dnscrypt-proxy/plugin_nx_log.go @@ -16,7 +16,6 @@ type PluginNxLog struct { sync.Mutex outFd *os.File format string - ignoredQtypes []string } func (plugin *PluginNxLog) Name() string {