missed from last commit
authorRyan Lortie <desrt@desrt.ca>
Wed, 12 Oct 2011 22:25:40 +0000 (18:25 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 12 Oct 2011 22:25:40 +0000 (18:25 -0400)
glib/gthreadprivate.h

index f9cbb7ce4535c8c2052f65c66abbcbe7ef27699a..a9cb88a27ab10f4313b6afbcffeff570a1aef266 100644 (file)
@@ -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);