summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/pspell/pspell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c
index e07b10675e..94745b9f91 100644
--- a/ext/pspell/pspell.c
+++ b/ext/pspell/pspell.c
@@ -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;