diff options
Diffstat (limited to 'src/vpp-api/vom/tap_interface.hpp')
-rw-r--r-- | src/vpp-api/vom/tap_interface.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/vpp-api/vom/tap_interface.hpp b/src/vpp-api/vom/tap_interface.hpp index 08dba501572..d9df9a92a8d 100644 --- a/src/vpp-api/vom/tap_interface.hpp +++ b/src/vpp-api/vom/tap_interface.hpp @@ -75,16 +75,6 @@ private: static event_handler m_evh; /** - * Construct with a handle - */ - tap_interface(const handle_t& hdl, - const std::string& name, - admin_state_t state, - route::prefix_t prefix); - - friend class interface_factory; - - /** * Ip Prefix */ route::prefix_t m_prefix; |