NULL g_system_thread_{exit,equal} in the vtable
authorRyan Lortie <desrt@desrt.ca>
Mon, 19 Sep 2011 04:00:12 +0000 (00:00 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 21 Sep 2011 20:06:55 +0000 (16:06 -0400)
These were never used from gthread.h and are no longer used from
gthread.c.

glib/gthread-posix.c
glib/gthread-win32.c

index 3e7349f..af53ae2 100644 (file)
@@ -604,10 +604,10 @@ GThreadFunctions g_thread_functions_for_glib_use =
   NULL,
   g_thread_yield,
   NULL,
-  g_system_thread_exit,
   NULL,
   NULL,
-  g_system_thread_equal,
+  NULL,
+  NULL,
 };
 
 /* vim:set foldmethod=marker: */
index 97a10d2..7f8fb4f 100644 (file)
@@ -771,10 +771,10 @@ GThreadFunctions g_thread_functions_for_glib_use =
   NULL,                  /* thread */
   g_thread_yield,
   NULL,
-  g_system_thread_exit,
   NULL,
   NULL,
-  g_system_thread_equal
+  NULL,
+  NULL
 };
 
 void