]> git.sur5r.net Git - openocd/blobdiff - src/target/arm11.c
target: remove unimplemented target_request_data implementations
[openocd] / src / target / arm11.c
index 416471d82c72fd377baac8caf6efe743d68fc8e2..61f1f64e16700b0ba91fa2b0063b37f5be94c86f 100644 (file)
@@ -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,