]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
uuidgen: Remove unimplemented declaration
authorSimon McVittie <smcv@collabora.com>
Wed, 7 Jun 2017 15:13:25 +0000 (16:13 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 8 Jun 2017 16:32:59 +0000 (17:32 +0100)
As far as I can tell from git history, this function never existed.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=13194

dbus/dbus-uuidgen.h

index 5e4a948caa7a47ed6fa77cad671953b246d1cf9b..7003f163014798e4c891bda1e24d2004e2814c85 100644 (file)
@@ -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);