summaryrefslogtreecommitdiff
path: root/dbus/dbus-internals.h
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-14 20:06:02 +0000
committerSimon McVittie <smcv@collabora.com>2018-12-14 20:06:02 +0000
commit83034f38bea7b6c8ccbe71fa572365f0649928c2 (patch)
tree1fb2201b591a0fa43c2c6ed350af84978147fcc1 /dbus/dbus-internals.h
parentc3f401a6739b9374bb24c61beaa8988d80824330 (diff)
downloaddbus-83034f38bea7b6c8ccbe71fa572365f0649928c2.tar.gz
_dbus_threads_init_debug: Remove
libdbus has been thread-safe by default since 1.7.6 (2013): dbus_threads_init_default() is called on a just-in-time basis whenever needed, and _dbus_thread_init_debug() is equivalent to that. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'dbus/dbus-internals.h')
-rw-r--r--dbus/dbus-internals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbus/dbus-internals.h b/dbus/dbus-internals.h
index 04bb8a8c..2e84f4f9 100644
--- a/dbus/dbus-internals.h
+++ b/dbus/dbus-internals.h
@@ -406,9 +406,6 @@ void _dbus_unlock (DBusGlobalLock lock);
#define _DBUS_UNLOCK(name) _dbus_unlock (_DBUS_LOCK_##name)
DBUS_PRIVATE_EXPORT
-dbus_bool_t _dbus_threads_init_debug (void);
-
-DBUS_PRIVATE_EXPORT
dbus_bool_t _dbus_address_append_escaped (DBusString *escaped,
const DBusString *unescaped);