VOM: logging, populate and stats fixes
[vpp.git] / src / vpp-api / vom / sub_interface.hpp
index 1c65782..41786e4 100644 (file)
@@ -59,20 +59,6 @@ public:
   static std::shared_ptr<sub_interface> find(const key_t& k);
 
 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