sixlowpan: Remove unused typedef

This commit is contained in:
André Apitzsch
2025-05-08 13:09:25 +02:00
parent 9045afcb52
commit c79c6012df

View File

@@ -596,10 +596,6 @@ class SixLowPanNetDevice : public NetDevice
* Container for fragment key -> fragments.
*/
typedef std::map<FragmentKey_t, Ptr<Fragments>> MapFragments_t;
/**
* Container Iterator for fragment key -> fragments.
*/
typedef std::map<FragmentKey_t, Ptr<Fragments>>::iterator MapFragmentsI_t;
MapFragments_t m_fragments; //!< Fragments hold to be rebuilt.
Time m_fragmentExpirationTimeout; //!< Time limit for fragment rebuilding.