target: remove unimplemented target_request_data implementations
[fw/openocd] / src / target / avr32_ap7k.c
index 1e9fcbfc44e393ea6a7879a19995598fb04c38ce..12bea667574301b92733767e7e9416b0c7c941fa 100644 (file)
@@ -599,8 +599,6 @@ struct target_type avr32_ap7k_target = {
        .poll = avr32_ap7k_poll,
        .arch_state = avr32_ap7k_arch_state,
 
-       .target_request_data = NULL,
-
        .halt = avr32_ap7k_halt,
        .resume = avr32_ap7k_resume,
        .step = avr32_ap7k_step,