Removed a comment (it was a personal comment).

This commit is contained in:
pnenzi 2004-08-22 17:34:39 +00:00
parent 60fb846f40
commit 23734b142c
1 changed files with 1 additions and 6 deletions

View File

@ -555,12 +555,7 @@ static int get_poly_dimension(
dim = atoi(local_tok);
FREE(local_tok);
/* Notice to Stuart: on error atoi returns 0. The following
* code thus cannot distinguish between a POLY(0), which is
* meaningless, I think, and POLY(FOO) which is not a number.
*
* What about using strtol ?
*/
if (dim > 0) {
return(dim);
}