summaryrefslogtreecommitdiff
path: root/internal/mapr/logformat/parser.go
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2023-06-21 10:56:41 +0000
committerPaul Buetow <pbuetow@mimecast.com>2023-09-07 15:32:15 +0300
commit9d1ce0304e5213e66a0d916a2a44eb60b73c7197 (patch)
tree53e79fe1f2763c4f1feff0ff241561e013689aa8 /internal/mapr/logformat/parser.go
parent02c6848270ee5ee025ea80b459456e96f31d6eb8 (diff)
DTail: Restrict SSH MAC algorithms allowed - Update of few dependencies
Diffstat (limited to 'internal/mapr/logformat/parser.go')
-rw-r--r--internal/mapr/logformat/parser.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/mapr/logformat/parser.go b/internal/mapr/logformat/parser.go
index d6aac8c..b980e3d 100644
--- a/internal/mapr/logformat/parser.go
+++ b/internal/mapr/logformat/parser.go
@@ -17,7 +17,6 @@ var ErrIgnoreFields error = errors.New("Ignore this field set")
// Parser is used to parse the mapreduce information from the server log files.
type Parser struct {
hostname string
- logFormatName string
makeFieldsFunc reflect.Value
makeFieldsReceiver reflect.Value
timeZoneName string