mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 11:42:10 +01:00
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:
parent
7a69d46dc5
commit
3422dcfd28
@ -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: */
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user