diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-04-27 12:51:13 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-04-27 12:51:13 +0100 |
| commit | d67b7dad77bb8aa973dad1f7c3ab0c309b114278 (patch) | |
| tree | 6794120fb327d6de19cf05eed53f80d877781a3e /utils/1c/peep.c | |
| parent | 09da2e137d5eb0c940df35d989e4c31ec0654fc4 (diff) | |
20100427-1251
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; } /* |
