ao-tools: Clean up ao-sym structure an initializers
[fw/altos] / ao-tools / lib / ao-hex.h
index 9849746091f7c1c866d01992fbc15b2a51c5bc9e..eb510ba2a18321dc2614f8ac17a3adcb3f14e7b4 100644 (file)
@@ -51,7 +51,6 @@ struct ao_hex_image {
 
 struct ao_sym {
        unsigned        addr;
-       unsigned        default_addr;
        char            *name;
        bool            required;
        bool            found;