target: Remove "-variant" argument
[fw/openocd] / src / target / target.h
index 8e1c8f95da5dac0f8f0542e3276b2cce58a9f99f..0552b8f9b2c51cb66f68282c9531db5b1177602f 100644 (file)
@@ -129,7 +129,6 @@ struct target {
        int target_number;                                      /* DO NOT USE!  field to be removed in 2010 */
        struct jtag_tap *tap;                           /* where on the jtag chain is this */
        int32_t coreid;                                         /* which device on the TAP? */
-       char *variant;                                          /* what variant of this chip is it? */
 
        /**
         * Indicates whether this target has been examined.