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

@@ -32,7 +32,6 @@ G_BEGIN_DECLS
typedef struct _GRealThread GRealThread;
typedef void (*GThreadSetup) (GRealThread *thread);
G_GNUC_INTERNAL void g_system_thread_self (gpointer thread);
G_GNUC_INTERNAL void g_system_thread_join (gpointer thread);
G_GNUC_INTERNAL void g_system_thread_create (GThreadFunc func,
gpointer data,