From: Marcus Holland-Moritz Date: Thu, 3 Jan 2008 17:10:56 +0000 (+0000) Subject: Forgot to remove dTARGET with change #32816. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d16d613cbabd929abf5d13edb895c38c5a99bc29;p=p5sagit%2Fp5-mst-13.2.git Forgot to remove dTARGET with change #32816. p4raw-link: @32816 on //depot/perl: 1eb9e81d303aab0f6c2386f44bc76241948fce0f p4raw-id: //depot/perl@32817 --- diff --git a/universal.c b/universal.c index b4f296b..8c3c247 100644 --- a/universal.c +++ b/universal.c @@ -943,7 +943,6 @@ XS(XS_PerlIO_get_layers) } if (gv && (io = GvIO(gv))) { - dTARGET; AV* const av = PerlIO_get_layers(aTHX_ input ? IoIFP(io) : IoOFP(io)); I32 i;