diff options
Diffstat (limited to 'universal.c')
-rw-r--r-- | universal.c | 1 |
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; |