浏览代码

remove useless comment, we have to return something. probably the doxygen comments need adjustment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38764 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 年之前
父节点
当前提交
384d7f7b04
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/gis/home.c

+ 0 - 1
lib/gis/home.c

@@ -34,7 +34,6 @@ const char *G_home(void)
 
 
     G_fatal_error(_("Unable to determine user's home directory"));
     G_fatal_error(_("Unable to determine user's home directory"));
 
 
-    /* why return NULL when we've already exit(1)'d with G_fatal_error() ?? */
     return NULL;
     return NULL;
 }
 }