[hipl-commit] [trunk] Rev 4305: Remove disabled code from tools/hipconftool.c.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 16 Apr 2010 01:53:49 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 16/04/2010 at 01:53:49
Revision: 4305
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove disabled code from tools/hipconftool.c.

Modified:
  M  tools/hipconftool.c

=== modified file 'tools/hipconftool.c'
--- tools/hipconftool.c 2010-04-09 18:45:01 +0000
+++ tools/hipconftool.c 2010-04-15 22:53:36 +0000
@@ -31,11 +31,6 @@
     // workaround for bug #604
     hip_set_logdebug(LOGDEBUG_ALL);
 
-#if 0
-    HIP_IFEL(hip_set_auto_logdebug(cfile), -1,
-             "Error: Cannot set the debugging parameter.\n");
-#endif
-
     HIP_IFEL(hip_do_hipconf(argc, argv, 0), -2,
              "Error: Cannot configure the HIP daemon.\n");

Other related posts:

  • » [hipl-commit] [trunk] Rev 4305: Remove disabled code from tools/hipconftool.c. - Diego Biurrun