- remove target specific variant and use target->variant member
[fw/openocd] / src / target / breakpoints.c
index c73d1f9aa4b7f0192475b2051a6436cd7695adf4..fd121f2fee00373a2c1a187cd64106b7e2c099d5 100644 (file)
@@ -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;