thread: stop sharing g_once_mutex

Unrelated code shouldn't be sharing the same mutex for no good reason --
particularly not across a file boundary.
This commit is contained in:
Ryan Lortie
2011-10-12 21:47:25 -04:00
parent 8cff9c57b1
commit d537726ded
3 changed files with 6 additions and 7 deletions

View File

@@ -61,8 +61,6 @@ struct _GRealThread
GSystemThread system_thread;
};
G_GNUC_INTERNAL extern GMutex g_once_mutex;
#ifdef G_OS_WIN32
G_GNUC_INTERNAL void g_thread_DllMain (void);
#endif