diff --git a/glib/gthreadprivate.h b/glib/gthreadprivate.h index f9cbb7ce4..a9cb88a27 100644 --- a/glib/gthreadprivate.h +++ b/glib/gthreadprivate.h @@ -40,8 +40,6 @@ G_GNUC_INTERNAL void g_system_thread_create (GThreadFunc func, gboolean joinable, gpointer thread, GError **error); -G_GNUC_INTERNAL gboolean g_system_thread_equal (gpointer thread1, - gpointer thread2); G_GNUC_INTERNAL void g_system_thread_exit (void); G_GNUC_INTERNAL void g_system_thread_set_name (const gchar *name);