thread: Remove the zero_thread

This was only used for redundant assertion checks.
This commit is contained in:
Ryan Lortie
2011-10-12 18:22:31 -04:00
parent 2b281e40f3
commit ed35d2719b
3 changed files with 1 additions and 10 deletions

View File

@@ -148,8 +148,6 @@ guint64 (*g_thread_gettime) (void) = gettime;
/* Initialisation {{{1 ---------------------------------------------------- */
gboolean g_threads_got_initialized = TRUE;
GSystemThread zero_thread; /* This is initialized to all zero */
/**
* g_thread_init: