[ip6] remove the unused (#if 0) code segment (#2439)

This commit is contained in:
Abtin Keshavarzian
2017-12-22 16:41:20 +00:00
committed by Jonathan Hui
parent f366e4f987
commit 34d9b13c45
-6
View File
@@ -707,12 +707,6 @@ otError Ip6::HandleDatagram(Message &aMessage, Netif *aNetif, int8_t aInterfaceI
int8_t forwardInterfaceId;
#if 0
uint8_t buf[1024];
aMessage.Read(0, sizeof(buf), buf);
dump("handle datagram", buf, aMessage.GetLength());
#endif
SuccessOrExit(error = header.Init(aMessage));
messageInfo.SetPeerAddr(header.GetSource());