X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvom%2Ftypes.hpp;h=ca488fe4029abf8d396de8b3893c7f5db3f796e9;hb=f29e85f9fa888e5544b19db78a752c03337ca14d;hp=fd3b24b64ca9284332dd04f092b439cfe0529437;hpb=53ae29e0608868be4f6a9cced21c39e72e294d0b;p=vpp.git diff --git a/src/vpp-api/vom/types.hpp b/src/vpp-api/vom/types.hpp index fd3b24b64ca..ca488fe4029 100644 --- a/src/vpp-api/vom/types.hpp +++ b/src/vpp-api/vom/types.hpp @@ -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 bytes); /** @@ -254,11 +253,6 @@ struct mac_address_t */ std::string to_string() const; - /** - * U64 conversion - */ - uint64_t to_u64() const; - /** * Underlying bytes array */