[PATCH 4/4] remove test for OhmConfObj from ohm-test.c
Rob Taylor
rob.taylor at codethink.co.uk
Thu Aug 9 06:19:15 PDT 2007
OhmConfObj exists no more, so remove the test.
---
ohmd/ohm-test.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/ohmd/ohm-test.c b/ohmd/ohm-test.c
index db14c98..c100965 100644
--- a/ohmd/ohm-test.c
+++ b/ohmd/ohm-test.c
@@ -30,7 +30,6 @@
#include "ohm-debug.h"
#include "ohm-common.h"
#include "ohm-conf.h"
-#include "ohm-confobj.h"
/**
* main:
@@ -39,7 +38,6 @@ int
main (int argc, char *argv[])
{
OhmConf *conf = NULL;
- OhmConfObj *confobj = NULL;
gboolean ret;
GError *error;
gint value;
@@ -48,10 +46,6 @@ main (int argc, char *argv[])
ohm_debug_init (TRUE);
- ohm_debug ("Tesing confobj");
- confobj = ohm_confobj_new ();
- g_object_unref (confobj);
-
ohm_debug ("Testing conf");
conf = ohm_conf_new ();
--
1.5.3.GIT
--------------060201080106070404000602--
More information about the Ohm-devel
mailing list