NULL g_system_thread_{exit,equal} in the vtable

These were never used from gthread.h and are no longer used from
gthread.c.
This commit is contained in:
Ryan Lortie 2011-09-19 00:00:12 -04:00
parent 7a69d46dc5
commit 3422dcfd28
2 changed files with 4 additions and 4 deletions

View 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: */

View 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