From 1040ee7f37a19f72eccc13a339fa15dda9c71ea7 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 14 Jul 2016 13:02:39 +0300 Subject: [PATCH] monitor: Remove uuid128_to_str uuid128_to_str is no longer necessary since all the user have been converted to use uuidstr_to_str. --- monitor/uuid.c | 5 ----- monitor/uuid.h | 2 -- 2 files changed, 7 deletions(-) diff --git a/monitor/uuid.c b/monitor/uuid.c index 1ceaa6f3e..6660bc710 100644 --- a/monitor/uuid.c +++ b/monitor/uuid.c @@ -585,11 +585,6 @@ const char *uuid32_to_str(uint32_t uuid) return "Unknown"; } -const char *uuid128_to_str(const unsigned char *uuid) -{ - return "Unknown"; -} - const char *uuidstr_to_str(const char *uuid) { uint32_t val; diff --git a/monitor/uuid.h b/monitor/uuid.h index f467f51a8..6ffc0ee1f 100644 --- a/monitor/uuid.h +++ b/monitor/uuid.h @@ -26,6 +26,4 @@ const char *uuid16_to_str(uint16_t uuid); const char *uuid32_to_str(uint32_t uuid); -const char *uuid128_to_str(const unsigned char *uuid); - const char *uuidstr_to_str(const char *uuid); -- 2.47.3