Skip to content

Commit

Permalink
Remove redundant conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Zmievski committed Oct 22, 2001
1 parent a575980 commit 801cadc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/ctype/ctype.c
Expand Up @@ -100,7 +100,6 @@ static int ctype(int (*iswhat)(int), zval **c)
{
char *p;
int n, len;
convert_to_string_ex(c);
p=Z_STRVAL_PP(c);
len = Z_STRLEN_PP(c);
for(n=0;n<len;n++) {
Expand Down

0 comments on commit 801cadc

Please sign in to comment.