- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)
[fw/openocd] / src / target / arm7tdmi.h
index ca2df8b69ebdfe8d5cea1eca2a132e3d6f2b98bd..104d1e032a89f6206b2d7a1e04a04b99a02d42d8 100644 (file)
@@ -33,7 +33,6 @@ typedef struct arm7tdmi_common_s
 {
        int common_magic;
        char *variant;
-       int has_monitor_mode;
        void *arch_info;
        arm7_9_common_t arm7_9_common;
 } arm7tdmi_common_t;