summaryrefslogtreecommitdiff
path: root/dbus/dbus-uuidgen.h
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-06-07 16:13:25 +0100
committerSimon McVittie <smcv@collabora.com>2017-06-08 17:32:59 +0100
commit015a5cf36d431a7431d67185f87398368508c488 (patch)
tree9776385eba4d3e63c1b8fac786a6939e5385696f /dbus/dbus-uuidgen.h
parent108a1c45bc5288a30fa9e5140f7e88ee9bb496e8 (diff)
downloaddbus-015a5cf36d431a7431d67185f87398368508c488.tar.gz
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
Diffstat (limited to 'dbus/dbus-uuidgen.h')
-rw-r--r--dbus/dbus-uuidgen.h3
1 files changed, 0 insertions, 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);