소스 검색

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]",