Fix an incorrect comment

_dbus_threads_lock_platform_specific() is implemented on Windows now.
This commit is contained in:
Simon McVittie 2013-06-12 17:27:54 +01:00
parent b54067510f
commit 7385459f89

View 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);