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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user