summaryrefslogtreecommitdiff
path: root/utils/2c/peep.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/2c/peep.c')
-rw-r--r--utils/2c/peep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/2c/peep.c b/utils/2c/peep.c
index 4bde0d40..7026e628 100644
--- a/utils/2c/peep.c
+++ b/utils/2c/peep.c
@@ -572,9 +572,6 @@ anyvar(Adr *a)
if(regtyp(a->type))
return 1;
return 0;
- if(a->type == D_AUTO || a->type == D_PARAM)
- return 1;
- return 0;
}
/*