diff options
Diffstat (limited to 'src/vpp-api/vom/sub_interface.hpp')
-rw-r--r-- | src/vpp-api/vom/sub_interface.hpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/vpp-api/vom/sub_interface.hpp b/src/vpp-api/vom/sub_interface.hpp index 1c65782e980..41786e42ef3 100644 --- a/src/vpp-api/vom/sub_interface.hpp +++ b/src/vpp-api/vom/sub_interface.hpp @@ -60,20 +60,6 @@ public: private: /** - * Construct with handle - */ - sub_interface(const handle_t& handle, - const interface& parent, - admin_state_t state, - vlan_id_t vlan); - friend class interface_factory; - - /** - * The interface class can construct interfaces with handles - */ - friend class interface; - - /** * Return the matching 'instance' of the sub-interface * over-ride from the base class */ |