tGC unused variables. - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 742988d7d82a75ba352e3d8b2ff20965c95dbf85 | |
parent 188fecbe15bca219ad6a27664cb6eb59b5e88c73 | |
Author: wkj | |
Date: Wed, 29 Dec 2004 01:29:14 +0000 GC unused variables. Diffstat: M src/libmach/machpower.c | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) --- | |
diff --git a/src/libmach/machpower.c b/src/libmach/machpower.c | |
t@@ -1348,8 +1348,6 @@ powerunwind(Map *map, Regs *regs, ulong *next, Symbol *sym) * to disassemble the function prologues in order to figure * this out. */ - ulong b[2]; - // evaluate lr // if in this function, no good - go to saved one. // set next[sp] to *cur[sp] |