thread: Delete g_system_thread_self()

It's no longer used for anything at all.
This commit is contained in:
Ryan Lortie
2011-10-12 18:35:45 -04:00
parent a90a4b967f
commit 39ae59c47e
3 changed files with 0 additions and 30 deletions

View File

@@ -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)
{