From c79c6012dfa9583f670aa8b0989149c64260d610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Thu, 8 May 2025 13:09:25 +0200 Subject: [PATCH] sixlowpan: Remove unused typedef --- src/sixlowpan/model/sixlowpan-net-device.h | 4 ---- 1 file changed, 4 deletions(-) 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.