From 7385459f89d8efc21659f4fee7f89fec26bb1773 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 12 Jun 2013 17:27:54 +0100 Subject: [PATCH] Fix an incorrect comment _dbus_threads_lock_platform_specific() is implemented on Windows now. --- dbus/dbus-sysdeps.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h index d92325c..1053303 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); -- 2.7.4