Differences From Artifact [0b3bf4b4d7]:
- Executable file show-uncalled-procedures.scm — part of check-in [d3164a445d] at 2017-08-16 01:25:42 on branch v1.64 — update util to show dead code (user: bb, size: 6499) [annotate] [blame] [check-ins using]
To Artifact [4311ae207b]:
- Executable file show-uncalled-procedures.scm — part of check-in [b4d839d5b8] at 2017-08-16 11:11:08 on branch v1.64 — fixed bug in show-uncalled-procedures.scm (user: bjbarcla, size: 6481) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
148 149 150 151 152 153 154 155 | (updepth (add1 depth))) (if (null? upcode) (print uppath)) (for-each (lambda (x) (lookup uppath x updepth) ) upcone))))) (lookup "." procname 0))) | > < | 148 149 150 151 152 153 154 155 156 157 | (updepth (add1 depth))) (if (null? upcode) (print uppath)) (for-each (lambda (x) (lookup uppath x updepth) ) upcone))))) (lookup "." procname 0))) (show-danglers) |