summaryrefslogtreecommitdiff
path: root/universal.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-18 19:16:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-18 19:16:43 +0000
commit5b9b302499ed3fd43fc03db05b4a95a9419ee35b (patch)
tree0d7f6cd8b5a307227341de0d56c1e4d67b1e833b /universal.c
parenta652e2d2b0b4264cbf2eabd7f6eed3abf97184d9 (diff)
downloadperl-5b9b302499ed3fd43fc03db05b4a95a9419ee35b.tar.gz
Unused variables.
p4raw-id: //depot/perl@19263
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 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) {