mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-30 16:02:18 +01:00
thread: Delete g_system_thread_self()
It's no longer used for anything at all.
This commit is contained in:
@@ -1140,12 +1140,6 @@ g_system_thread_exit (void)
|
||||
pthread_exit (NULL);
|
||||
}
|
||||
|
||||
void
|
||||
g_system_thread_self (gpointer thread)
|
||||
{
|
||||
*(pthread_t*)thread = pthread_self();
|
||||
}
|
||||
|
||||
void
|
||||
g_system_thread_set_name (const gchar *name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user