diff --git a/src/sixlowpan/model/sixlowpan-net-device.h b/src/sixlowpan/model/sixlowpan-net-device.h index fe7e81ca1..151c4fc01 100644 --- a/src/sixlowpan/model/sixlowpan-net-device.h +++ b/src/sixlowpan/model/sixlowpan-net-device.h @@ -596,10 +596,6 @@ class SixLowPanNetDevice : public NetDevice * Container for fragment key -> fragments. */ typedef std::map> MapFragments_t; - /** - * Container Iterator for fragment key -> fragments. - */ - typedef std::map>::iterator MapFragmentsI_t; MapFragments_t m_fragments; //!< Fragments hold to be rebuilt. Time m_fragmentExpirationTimeout; //!< Time limit for fragment rebuilding.