From 015a5cf36d431a7431d67185f87398368508c488 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 7 Jun 2017 16:13:25 +0100 Subject: [PATCH] uuidgen: Remove unimplemented declaration As far as I can tell from git history, this function never existed. Signed-off-by: Simon McVittie Reviewed-by: Philip Withnall Bug: https://bugs.freedesktop.org/show_bug.cgi?id=13194 --- dbus/dbus-uuidgen.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/dbus/dbus-uuidgen.h b/dbus/dbus-uuidgen.h index 5e4a948..7003f16 100644 --- a/dbus/dbus-uuidgen.h +++ b/dbus/dbus-uuidgen.h @@ -37,9 +37,6 @@ dbus_bool_t dbus_internal_do_not_use_get_uuid (const char *filename, char **uuid_p, dbus_bool_t create_if_not_found, DBusError *error); -dbus_bool_t dbus_internal_do_not_use_ensure_uuid (const char *filename, - char **uuid_p, - DBusError *error); DBUS_PRIVATE_EXPORT dbus_bool_t _dbus_create_uuid (char **uuid_p, DBusError *error); -- 2.7.4