X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Fbreakpoints.c;h=fd121f2fee00373a2c1a187cd64106b7e2c099d5;hb=0cba0d4df3fe120f08945703506f8405760325c9;hp=c73d1f9aa4b7f0192475b2051a6436cd7695adf4;hpb=846a2589a4161dc1e8e3730c9510a54381c26a5e;p=fw%2Fopenocd diff --git a/src/target/breakpoints.c b/src/target/breakpoints.c index c73d1f9aa..fd121f2fe 100644 --- a/src/target/breakpoints.c +++ b/src/target/breakpoints.c @@ -238,8 +238,6 @@ static void watchpoint_free(target_t *target, watchpoint_t *watchpoint_remove) free(watchpoint); } - - void watchpoint_remove(target_t *target, u32 address) { watchpoint_t *watchpoint = target->watchpoints; @@ -263,7 +261,6 @@ void watchpoint_remove(target_t *target, u32 address) } } - void watchpoint_clear_target(target_t *target) { watchpoint_t *watchpoint;