]> granicus.if.org Git - php/commitdiff
Unused label, now how the heck did it get there?
authorSara Golemon <pollita@php.net>
Mon, 2 Oct 2006 18:13:56 +0000 (18:13 +0000)
committerSara Golemon <pollita@php.net>
Mon, 2 Oct 2006 18:13:56 +0000 (18:13 +0000)
main/streams/plain_wrapper.c

index 6da51946b1b942f8d07f7c7ccfc98d4c55719a92..e392a7a9f4d6ee5425ed9d7fe6ab2be81ce78d2a 100644 (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;
                }