[gconf] Remove gconf-sanity-check



commit cf97922815e3dca7a1e16c34b2cf26e622ec21bb
Author: William Jon McCann <jmccann redhat com>
Date:   Sun Apr 3 21:29:55 2011 -0400

    Remove gconf-sanity-check
    
    Local file locking was removed long ago.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646674

 gconf/.gitignore           |    1 -
 gconf/Makefile.am          |   13 +--
 gconf/gconf-backend.h      |    2 +-
 gconf/gconf-sanity-check.c |  421 --------------------------------------------
 4 files changed, 2 insertions(+), 435 deletions(-)
---
diff --git a/gconf/.gitignore b/gconf/.gitignore
index fd18c4a..3db2948 100644
--- a/gconf/.gitignore
+++ b/gconf/.gitignore
@@ -5,7 +5,6 @@
 /GConfX-stubs.c
 /GConfX.h
 /default.path
-/gconf-sanity-check-2
 /gconfd-2
 /gconfmarshal.c
 /gconfmarshal.h
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index 2b975fb..789c90e 100644
--- a/gconf/Makefile.am
+++ b/gconf/Makefile.am
@@ -25,16 +25,10 @@ INCLUDES=								\
 
 EFENCE=
 
-if GTK
-SANITY_CHECK=gconf-sanity-check-2
-else
-SANITY_CHECK=
-endif
-
 lib_LTLIBRARIES = libgconf-2.la
 
 bin_PROGRAMS = gconftool-2 
-libexec_PROGRAMS = gconfd-2 $(SANITY_CHECK)
+libexec_PROGRAMS = gconfd-2
 
 CORBA_SOURCECODE = GConfX-common.c GConfX-skels.c GConfX-stubs.c GConfX.h
 
@@ -100,11 +94,6 @@ gconftool_2_SOURCES = \
 
 gconftool_2_LDADD = libgconf-$(MAJOR_VERSION).la $(EFENCE) $(INTLLIBS) $(DEPENDENT_WITH_XML_LIBS)
 
-gconf_sanity_check_2_SOURCES = \
-	gconf-sanity-check.c
-
-gconf_sanity_check_2_LDADD = libgconf-$(MAJOR_VERSION).la $(EFENCE) $(INTLLIBS) $(DEPENDENT_WITH_XML_AND_GTK_LIBS)
-
 $(CORBA_SOURCECODE): $(srcdir)/GConfX.idl $(ORBIT_IDL)
 	$(ORBIT_IDL) $(srcdir)/GConfX.idl
 
diff --git a/gconf/gconf-backend.h b/gconf/gconf-backend.h
index e30d06a..21e2ec2 100644
--- a/gconf/gconf-backend.h
+++ b/gconf/gconf-backend.h
@@ -131,7 +131,7 @@ struct _GConfBackendVTable {
   /* This is basically used by the test suite */
   void                (* clear_cache)     (GConfSource* source);
 
-  /* used by gconf-sanity-check */
+  /* was used by gconf-sanity-check */
   void                (* blow_away_locks) (const char *address);
 
   void                (* set_notify_func) (GConfSource           *source,



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