From: Sara Golemon Date: Mon, 2 Oct 2006 18:13:56 +0000 (+0000) Subject: Unused label, now how the heck did it get there? X-Git-Tag: RELEASE_1_0_0RC1~1474 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa71abf4a2df467e5ac0f5b0eb0d67dd5959beac;p=php Unused label, now how the heck did it get there? --- diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c index 6da51946b1..e392a7a9f4 100644 --- a/main/streams/plain_wrapper.c +++ b/main/streams/plain_wrapper.c @@ -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; }