From: Simon McVittie Date: Wed, 12 Jun 2013 16:27:54 +0000 (+0100) Subject: Fix an incorrect comment X-Git-Tag: dbus-1.7.4~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7385459f89d8efc21659f4fee7f89fec26bb1773;p=thirdparty%2Fdbus.git Fix an incorrect comment _dbus_threads_lock_platform_specific() is implemented on Windows now. --- diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h index d92325cab..1053303a7 100644 --- a/dbus/dbus-sysdeps.h +++ b/dbus/dbus-sysdeps.h @@ -522,8 +522,6 @@ dbus_bool_t _dbus_threads_init_platform_specific (void); /** * Lock a static mutex used to protect _dbus_threads_init_platform_specific(). - * - * On Windows, this is currently unimplemented and does nothing. */ void _dbus_threads_lock_platform_specific (void);