From 32ac9c0144f7aa7233b941bf78139eef8332fbc2 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 2 Aug 2013 13:01:03 +0100 Subject: target: remove unimplemented target_request_data implementations Change-Id: Ia9afa83752d17f0f56bdf3bd81f5c69d108aa5e9 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/1537 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- src/target/arm11.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/target/arm11.c') diff --git a/src/target/arm11.c b/src/target/arm11.c index 416471d..61f1f64 100644 --- a/src/target/arm11.c +++ b/src/target/arm11.c @@ -363,15 +363,6 @@ static int arm11_arch_state(struct target *target) return retval; } -/* target request support */ -static int arm11_target_request_data(struct target *target, - uint32_t size, uint8_t *buffer) -{ - LOG_WARNING("Not implemented: %s", __func__); - - return ERROR_FAIL; -} - /* target execution control */ static int arm11_halt(struct target *target) { @@ -1333,8 +1324,6 @@ struct target_type arm11_target = { .poll = arm11_poll, .arch_state = arm11_arch_state, - .target_request_data = arm11_target_request_data, - .halt = arm11_halt, .resume = arm11_resume, .step = arm11_step, -- cgit v1.1