diff options
author | wkj <devnull@localhost> | 2004-12-29 01:29:14 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2004-12-29 01:29:14 +0000 |
commit | 742988d7d82a75ba352e3d8b2ff20965c95dbf85 (patch) | |
tree | 72d9a7863c803df8b4eab90677f8fe789866c740 /src/libmach | |
parent | 188fecbe15bca219ad6a27664cb6eb59b5e88c73 (diff) | |
download | plan9port-742988d7d82a75ba352e3d8b2ff20965c95dbf85.tar.gz plan9port-742988d7d82a75ba352e3d8b2ff20965c95dbf85.tar.bz2 plan9port-742988d7d82a75ba352e3d8b2ff20965c95dbf85.zip |
GC unused variables.
Diffstat (limited to 'src/libmach')
-rw-r--r-- | src/libmach/machpower.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libmach/machpower.c b/src/libmach/machpower.c index 61917216..701e9c65 100644 --- a/src/libmach/machpower.c +++ b/src/libmach/machpower.c @@ -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] |