diff options
Diffstat (limited to 'utils/1c/peep.c')
| -rw-r--r-- | utils/1c/peep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/1c/peep.c b/utils/1c/peep.c index e0a535c2..7583da5d 100644 --- a/utils/1c/peep.c +++ b/utils/1c/peep.c @@ -565,9 +565,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; } /* |
