X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Ftarget.h;h=0552b8f9b2c51cb66f68282c9531db5b1177602f;hb=b2dc1af59a4cead2bd9446256ef31658b2a5de61;hp=8e1c8f95da5dac0f8f0542e3276b2cce58a9f99f;hpb=565f8481c7b71614a05d79ab79af8610d2535a81;p=openocd.git diff --git a/src/target/target.h b/src/target/target.h index 8e1c8f95da..0552b8f9b2 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -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.