Skip to content

Commit 1f0a82d

Browse files
committed
Remove unused label after refactor
1 parent 822d04d commit 1f0a82d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

main/php_glob.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,6 @@ static int globextend(const Char *path, php_glob_t *pglob, struct glob_lim *limi
906906
errno = 0;
907907
return(PHP_GLOB_NOSPACE);
908908
}
909-
copy_error:
910909
return(copy == NULL ? PHP_GLOB_NOSPACE : 0);
911910
}
912911

0 commit comments

Comments
 (0)