From: Ryan Lortie Date: Wed, 12 Oct 2011 22:23:20 +0000 (-0400) Subject: thread: remove dead decl from gthreadprivate.h X-Git-Tag: 2.31.0~144 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=903705edf2e33384914688ee30ea118486cb537c;p=platform%2Fupstream%2Fglib.git thread: remove dead decl from gthreadprivate.h This function hasn't existed for a while... --- diff --git a/glib/gthreadprivate.h b/glib/gthreadprivate.h index 2d6bc4f..5ed180c 100644 --- a/glib/gthreadprivate.h +++ b/glib/gthreadprivate.h @@ -74,9 +74,6 @@ struct _GRealThread G_GNUC_INTERNAL extern GMutex g_once_mutex; -/* initializers that may also use g_private_new() */ -G_GNUC_INTERNAL void _g_messages_thread_init_nomessage (void); - #ifdef G_OS_WIN32 G_GNUC_INTERNAL void g_thread_DllMain (void); #endif