target: remove unused interface fn that clutters code
The quit entry point was not being invoked. Just a source of confusion at this point. XScale ran 100x reset upon quit, but that code made no sense, wasn't commented and never invoke. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -97,7 +97,6 @@ target_type_t arm11_target =
|
||||
ARM11_HANDLER(target_create),
|
||||
ARM11_HANDLER(init_target),
|
||||
ARM11_HANDLER(examine),
|
||||
ARM11_HANDLER(quit),
|
||||
};
|
||||
|
||||
int arm11_regs_arch_type = -1;
|
||||
@@ -1904,12 +1903,6 @@ int arm11_examine(struct target_s *target)
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
int arm11_quit(void)
|
||||
{
|
||||
FNC_INFO_NOTIMPLEMENTED;
|
||||
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
/** Load a register that is marked !valid in the register cache */
|
||||
int arm11_get_reg(reg_t *reg)
|
||||
|
||||
Reference in New Issue
Block a user