VOM fixes for 9090 - ships in the night commits
[vpp.git] / src / vpp-api / vom / types.hpp
index fd3b24b..ca488fe 100644 (file)
@@ -221,7 +221,6 @@ std::ostream& operator<<(std::ostream& os, const handle_t& h);
  */
 struct mac_address_t
 {
-  mac_address_t(uint64_t address);
   mac_address_t(uint8_t bytes[6]);
   mac_address_t(std::initializer_list<uint8_t> bytes);
   /**
@@ -254,11 +253,6 @@ struct mac_address_t
    */
   std::string to_string() const;
 
-  /**
-   * U64 conversion
-   */
-  uint64_t to_u64() const;
-
   /**
    * Underlying bytes array
    */