From d5f0ec1e8eb4523684e06efa306f54bafee3a117 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 24 May 2011 15:59:33 +0100 Subject: [PATCH] GRealThread: remove obsolete comment about gmain.c, which no longer has a copy Bug: https://bugzilla.gnome.org/show_bug.cgi?id=642026 Bug-NB: NB#257512 --- glib/gthread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/glib/gthread.c b/glib/gthread.c index 1b0d751f2..d32782ff5 100644 --- a/glib/gthread.c +++ b/glib/gthread.c @@ -258,7 +258,6 @@ g_thread_error_quark (void) } /* Miscellaneous Structures {{{1 ------------------------------------------ */ -/* Keep this in sync with GRealThread in gmain.c! */ typedef struct _GRealThread GRealThread; struct _GRealThread {