From dc9558b875fd133d773c4408f170d469e84a322c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 7 Jun 2017 16:13:25 +0100 Subject: [PATCH 12/14] uuidgen: Remove unimplemented declaration As far as I can tell from git history, this function never existed. Signed-off-by: Simon McVittie --- dbus/dbus-uuidgen.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/dbus/dbus-uuidgen.h b/dbus/dbus-uuidgen.h index 5e4a948c..7003f163 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.11.0