浏览代码

rm paranoid comment

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

+ 0 - 1
lib/db/dbmi_base/login.c

@@ -103,7 +103,6 @@ static int read_file(LOGIN * login)
 	G_chop(buf);
 
 	usr[0] = pwd[0] = '\0';
-	/* is last scan ok? the newline is already stripped by G_getl2() */
 	ret = sscanf(buf, "%[^|]|%[^|]|%[^|]|%[^\n]", dr, db, usr, pwd);
 
 	G_debug(3, "ret = %d : drv=[%s] db=[%s] usr=[%s] pwd=[%s]",