diff options
author | Keith Packard <keithp@keithp.com> | 2014-04-30 22:13:44 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-04-30 22:13:44 -0700 |
commit | 0223fced2c6d2b9f63ede6258afae46c3f55c200 (patch) | |
tree | d93a3a35aca8d84b40e5814a422d0239b6de81e9 /ao-tools/lib/ao-hex.h | |
parent | 35efd4e51ece706234f80c076eb7f4f70c66098d (diff) |
ao-tools: Clean up ao-sym structure an initializers
Remove unused 'default_addr' field. Use named initializers when
setting up the struct.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/ao-hex.h')
-rw-r--r-- | ao-tools/lib/ao-hex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ao-tools/lib/ao-hex.h b/ao-tools/lib/ao-hex.h index 98497460..eb510ba2 100644 --- a/ao-tools/lib/ao-hex.h +++ b/ao-tools/lib/ao-hex.h @@ -51,7 +51,6 @@ struct ao_hex_image { struct ao_sym { unsigned addr; - unsigned default_addr; char *name; bool required; bool found; |