[hipl-commit] [trunk] Rev 4533: Remove a misleading comment about the location of certain definitions.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Mon, 17 May 2010 01:16:02 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 17/05/2010 at 01:16:02
Revision: 4533
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove a misleading comment about the location of certain definitions.

Modified:
  M  hipd/init.c

=== modified file 'hipd/init.c'
--- hipd/init.c 2010-05-16 17:58:14 +0000
+++ hipd/init.c 2010-05-16 22:15:32 +0000
@@ -135,9 +135,6 @@
 {
     const char *cfile = "default";
 
-    /* HIPL_CONFIG_FILE, HIPL_CONFIG_FILE_EX and so on are defined in
-     * the auto-generated config.h */
-
     hip_create_file_unless_exists(HIPL_CONFIG_FILE, HIPL_CONFIG_FILE_EX);
 
     hip_create_file_unless_exists(HIPL_HOSTS_FILE, HIPL_HOSTS_FILE_EX);

Other related posts:

  • » [hipl-commit] [trunk] Rev 4533: Remove a misleading comment about the location of certain definitions. - Diego Biurrun