uuidgen: Remove unimplemented declaration

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
This commit is contained in:
Simon McVittie 2017-06-07 16:13:25 +01:00
parent 108a1c45bc
commit 015a5cf36d

View 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);