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 3f70ac62a8..24621d20fc 100644 --- a/universal.c +++ b/universal.c @@ -737,7 +737,6 @@ XS(XS_PerlIO_get_layers) bool details = FALSE; if (items > 1) { - SV **popuntil = MARK + 1; SV **svp; for (svp = MARK + 2; svp <= SP; svp += 2) { |