Remove ns3::PbbPacket::SerializePacketTlv, it is not implemented

This commit is contained in:
Gustavo J. A. M. Carneiro
2010-02-01 15:24:40 +00:00
parent c20ea3edb3
commit f7855387cf
3 changed files with 0 additions and 11 deletions

View File

@@ -631,7 +631,6 @@ public:
bool operator!= (const PbbPacket &other) const;
protected:
void SerializePacketTlv (Buffer::Iterator &start) const;
private:
PbbTlvBlock m_tlvList;