summaryrefslogtreecommitdiff
path: root/universal.c
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2008-01-03 17:10:56 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2008-01-03 17:10:56 +0000
commitd16d613cbabd929abf5d13edb895c38c5a99bc29 (patch)
tree458835f05f955a8f4e226241c75ceab8f89b2ab3 /universal.c
parent1eb9e81d303aab0f6c2386f44bc76241948fce0f (diff)
downloadperl-d16d613cbabd929abf5d13edb895c38c5a99bc29.tar.gz
Forgot to remove dTARGET with change #32816.
p4raw-link: @32816 on //depot/perl: 1eb9e81d303aab0f6c2386f44bc76241948fce0f p4raw-id: //depot/perl@32817
Diffstat (limited to 'universal.c')
-rw-r--r--universal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/universal.c b/universal.c
index b4f296bc12..8c3c247b4f 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;