aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp-api/vom/types.hpp')
-rw-r--r--src/vpp-api/vom/types.hpp6
1 files changed, 0 insertions, 6 deletions
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<uint8_t> bytes);
/**
@@ -255,11 +254,6 @@ struct mac_address_t
std::string to_string() const;
/**
- * U64 conversion
- */
- uint64_t to_u64() const;
-
- /**
* Underlying bytes array
*/
std::array<uint8_t, 6> bytes;