From f29e85f9fa888e5544b19db78a752c03337ca14d Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Wed, 1 Nov 2017 03:29:13 -0700 Subject: VOM fixes for 9090 - ships in the night commits Change-Id: I4b03a4f86a7e0e47874715398ca9f8ff0f5386ee Signed-off-by: Neale Ranns --- src/vpp-api/vom/types.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/vpp-api/vom/types.hpp') 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 */ -- cgit 1.2.3-korg