summaryrefslogtreecommitdiff
path: root/perlio.c
diff options
context:
space:
mode:
Diffstat (limited to 'perlio.c')
-rw-r--r--perlio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/perlio.c b/perlio.c
index 2dc18b2624..e6c985cd27 100644
--- a/perlio.c
+++ b/perlio.c
@@ -652,7 +652,6 @@ PerlIO_get_layers(pTHX_ PerlIO *f)
AV *av = newAV();
if (PerlIOValid(f)) {
- dSP;
PerlIOl *l = PerlIOBase(f);
while (l) {