this comment makes no sense after the previous commit

This commit is contained in:
Vlad Krupin 2003-08-13 21:01:04 +00:00
parent f2c05e87af
commit a90d56f52c

View File

@ -735,7 +735,6 @@ PHP_FUNCTION(pspell_config_ignore)
zval **sccin, **pignore;
int argc;
/* Hack. But I cannot imagine any word being more than 999 characters long */
int loc = PSPELL_LARGEST_WORD;
char ignore_str[PSPELL_LARGEST_WORD + 1];
long ignore = 0L;