X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm7_9_common.h;fp=src%2Ftarget%2Farm7_9_common.h;h=71f9a9d54295a4131d31ff9f1d5a301eeebb0136;hp=93bee0710d875dfa833ab8fbab0e8c8d3cc44262;hb=1d9fba8c1488c3774c8bde737c2d658b1f525d09;hpb=6f8b8593d63bc9781435270a54b6f7d245eecd8e diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h index 93bee0710d..71f9a9d542 100644 --- a/src/target/arm7_9_common.h +++ b/src/target/arm7_9_common.h @@ -103,9 +103,6 @@ struct arm7_9_common void (*post_debug_entry)(struct target *target); /**< Callback function called after entering debug mode */ void (*pre_restore_context)(struct target *target); /**< Callback function called before restoring the processor context */ - void (*post_restore_context)(struct target *target); /**< Callback function called after restoring the processor context */ - - }; static inline struct arm7_9_common *