From 0af418280847ff9240d2530ead5915a1c4643c9c Mon Sep 17 00:00:00 2001
From: Oliver Herms <oliver.herms@exaring.de>
Date: Fri, 16 Oct 2020 15:38:14 +0200
Subject: [PATCH] Cleanup

---
 protocols/isis/packet/tlv_extended_is_reachability.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/protocols/isis/packet/tlv_extended_is_reachability.go b/protocols/isis/packet/tlv_extended_is_reachability.go
index 19b916d6..721b239f 100644
--- a/protocols/isis/packet/tlv_extended_is_reachability.go
+++ b/protocols/isis/packet/tlv_extended_is_reachability.go
@@ -54,7 +54,6 @@ func (e *ExtendedISReachabilityTLV) AddNeighbor(n *ExtendedISReachabilityNeighbo
 
 // Serialize serializes an ExtendedISReachabilityTLV
 func (e *ExtendedISReachabilityTLV) Serialize(buf *bytes.Buffer) {
-	//e.updateLength()
 	buf.WriteByte(e.TLVType)
 	buf.WriteByte(e.TLVLength)
 	for i := range e.Neighbors {
-- 
GitLab