Drop G_THREADS_IMPL_NONE from the docs
authorMatthias Clasen <mclasen@redhat.com>
Sun, 25 Sep 2011 03:13:55 +0000 (23:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 25 Sep 2011 05:00:59 +0000 (01:00 -0400)
GLib can no longer be built without thread support.

docs/reference/glib/glib-sections.txt
glib/gthread.c

index 5464542..8d54f6b 100644 (file)
@@ -579,7 +579,6 @@ GSourcePrivate
 G_THREADS_ENABLED
 G_THREADS_IMPL_POSIX
 G_THREADS_IMPL_WIN32
-G_THREADS_IMPL_NONE
 
 <SUBSECTION>
 G_THREAD_ERROR
index e30b396..e049f72 100644 (file)
  * always defined.
  **/
 
-/**
- * G_THREADS_IMPL_NONE:
- *
- * This macro is defined if no thread implementation is used. You can,
- * however, provide one to g_thread_init() to make GLib multi-thread
- * safe.
- **/
-
 /* G_LOCK Documentation {{{1 ---------------------------------------------- */
 
 /* IMPLEMENTATION NOTE: