X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fmips_m4k.h;h=ccc8e6e781180aa4b09d2d5067a60eee7fdb5768;hp=4f5d3bff59e41e7663157fb0ecdc7cdcf3a60bb4;hb=0cba0d4df3fe120f08945703506f8405760325c9;hpb=53590217eee6106782b2bb85ed334adf7c5e68c1 diff --git a/src/target/mips_m4k.h b/src/target/mips_m4k.h index 4f5d3bff59..ccc8e6e781 100644 --- a/src/target/mips_m4k.h +++ b/src/target/mips_m4k.h @@ -32,8 +32,6 @@ typedef struct mips_m4k_common_s { int common_magic; mips32_common_t mips32_common; - - char *variant; } mips_m4k_common_t; extern int mips_m4k_bulk_write_memory(target_t *target, u32 address, u32 count, u8 *buffer);