mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Don't redundantly redeclare
It makes gcc throw an error: redundant redeclaration of 'g_static_mutex_get_mutex_impl' [-Werror=redundant-decls]
This commit is contained in:
parent
e76927006a
commit
c51fa1852d
@ -96,9 +96,6 @@ GLIB_VAR gboolean g_thread_use_default_impl;
|
||||
|
||||
GLIB_VAR guint64 (*g_thread_gettime) (void);
|
||||
|
||||
/* internal function for fallback static mutex implementation */
|
||||
GMutex* g_static_mutex_get_mutex_impl (GMutex **mutex);
|
||||
|
||||
GThread* g_thread_create (GThreadFunc func,
|
||||
gpointer data,
|
||||
gboolean joinable,
|
||||
|
Loading…
Reference in New Issue
Block a user