diff --git a/src/internet/helper/ipv6-address-helper.h b/src/internet/helper/ipv6-address-helper.h index ebff40415..14f4de439 100644 --- a/src/internet/helper/ipv6-address-helper.h +++ b/src/internet/helper/ipv6-address-helper.h @@ -175,29 +175,6 @@ public: */ Ipv6InterfaceContainer AssignWithoutAddress (const NetDeviceContainer &c); -private: - /** - * \internal - * \brief The IPv6 network. - */ - uint8_t m_network[16]; - - /** - * \internal - * \brief The prefix (mask). - */ - uint8_t m_prefix[16]; - - /** - * \internal - * \brief The base interface ID - */ - uint64_t m_base; - /** - * \internal - * \brief The current interface ID - */ - uint64_t m_iid; }; } /* namespace ns3 */