Skip to content

Commit 111c209

Browse files
committed
Clean-up unused
1 parent 1c20e41 commit 111c209

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

message.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ func ParseMessageWithDataDictionary(
205205
return
206206
}
207207

208-
//prevTag := tagMsgType
209208
xmlDataLen := 0
210209
xmlDataMsg := false
211210

@@ -245,7 +244,6 @@ func ParseMessageWithDataDictionary(
245244
msg.bodyBytes = rawBytes
246245
}
247246

248-
//prevTag = parsedFieldBytes.tag
249247
if parsedFieldBytes.tag == tagXMLDataLen {
250248
xmlDataLen, _ = msg.Header.GetInt(tagXMLDataLen)
251249
}

0 commit comments

Comments
 (0)