[glib] Drop G_THREADS_IMPL_NONE from the docs



commit 4e44e235172f63c78f5dcd8d8cb55208e204a60a
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Sep 24 23:13:55 2011 -0400

    Drop G_THREADS_IMPL_NONE from the docs
    
    GLib can no longer be built without thread support.

 docs/reference/glib/glib-sections.txt |    1 -
 glib/gthread.c                        |    8 --------
 2 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt
index 5464542..8d54f6b 100644
--- a/docs/reference/glib/glib-sections.txt
+++ b/docs/reference/glib/glib-sections.txt
@@ -579,7 +579,6 @@ GSourcePrivate
 G_THREADS_ENABLED
 G_THREADS_IMPL_POSIX
 G_THREADS_IMPL_WIN32
-G_THREADS_IMPL_NONE
 
 <SUBSECTION>
 G_THREAD_ERROR
diff --git a/glib/gthread.c b/glib/gthread.c
index e30b396..e049f72 100644
--- a/glib/gthread.c
+++ b/glib/gthread.c
@@ -143,14 +143,6 @@
  * 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:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]