Fix an incorrect comment
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 12 Jun 2013 16:27:54 +0000 (17:27 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 12 Jun 2013 16:27:54 +0000 (17:27 +0100)
_dbus_threads_lock_platform_specific() is implemented on Windows now.

dbus/dbus-sysdeps.h

index d92325c..1053303 100644 (file)
@@ -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);