[glib] end the glib-ctor experiment



commit e3be556728831b03b448819741f2c1c69f939294
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Oct 4 16:52:03 2011 -0400

    end the glib-ctor experiment
    
    This was a bad approach.  We attempt to handle initailisation in a more
    centralised way now.

 glib/Makefile.am |    1 -
 glib/glib-ctor.h |   25 -------------------------
 glib/gmem.c      |    2 --
 3 files changed, 0 insertions(+), 28 deletions(-)
---
diff --git a/glib/Makefile.am b/glib/Makefile.am
index c65cbc9..012ab08 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -149,7 +149,6 @@ libglib_2_0_la_SOURCES = 	\
 	gkeyfile.c		\
 	glibintl.h		\
 	glib_trace.h		\
-	glib-ctor.h		\
 	glib-init.h		\
 	glib-init.c		\
 	glib-private.h		\
diff --git a/glib/gmem.c b/glib/gmem.c
index 15aee81..488bff8 100644
--- a/glib/gmem.c
+++ b/glib/gmem.c
@@ -43,8 +43,6 @@
 #include "gtestutils.h"
 #include "gthread.h"
 #include "glib_trace.h"
-#include "glib-ctor.h"
-
 
 #define MEM_PROFILE_TABLE_SIZE 4096
 



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