diff options
Diffstat (limited to 'extras/vom/vom/interface_factory.hpp')
-rw-r--r-- | extras/vom/vom/interface_factory.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extras/vom/vom/interface_factory.hpp b/extras/vom/vom/interface_factory.hpp index 120816bddba..c90c7942c52 100644 --- a/extras/vom/vom/interface_factory.hpp +++ b/extras/vom/vom/interface_factory.hpp @@ -50,9 +50,6 @@ public: const vapi_payload_af_packet_details& vd); static std::shared_ptr<tap_interface> new_tap_interface( - const vapi_payload_sw_interface_tap_details& vd); - - static std::shared_ptr<tap_interface> new_tap_v2_interface( const vapi_payload_sw_interface_tap_v2_details& vd); static std::shared_ptr<bond_interface> new_bond_interface( |