X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.h;h=49048bcf45231cb25d66cb436c19d63bab62b848;hp=6020400f3d9e30b579849ba02ad9682c06247b9e;hb=f444c57bf2d692171b7b50a6ce477265f951f77e;hpb=efe6991e804b0ad807b926c51108c92c3c627f83 diff --git a/src/target/target.h b/src/target/target.h index 6020400f3d..49048bcf45 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -186,10 +186,6 @@ struct target { * system in place to support target specific options * currently. */ - bool ctibase_set; /* By default the debug base is not set */ - uint32_t ctibase; /* Really a Cortex-A specific option, but there is no - * system in place to support target specific options - * currently. */ struct rtos *rtos; /* Instance of Real Time Operating System support */ bool rtos_auto_detect; /* A flag that indicates that the RTOS has been specified as "auto" * and must be detected when symbols are offered */