1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

Unused label, now how the heck did it get there?

This commit is contained in:
Sara Golemon
2006-10-02 18:13:56 +00:00
parent 68e6ef0f57
commit fa71abf4a2
-1
View File
@@ -1276,7 +1276,6 @@ not_relative_path:
stream = php_stream_fopen_rel(trypath, mode, opened_path, options);
if (stream) {
stream_done:
efree(pathbuf);
return stream;
}