aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_break.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_break.h')
-rw-r--r--sys/ddb/db_break.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h
index 2d3283cc1529..70fc75abd5ae 100644
--- a/sys/ddb/db_break.h
+++ b/sys/ddb/db_break.h
@@ -57,13 +57,7 @@ struct db_breakpoint {
typedef struct db_breakpoint *db_breakpoint_t;
void db_clear_breakpoints(void);
-#ifdef SOFTWARE_SSTEP
-void db_delete_temp_breakpoint(db_breakpoint_t);
-#endif
db_breakpoint_t db_find_breakpoint_here(db_addr_t addr);
void db_set_breakpoints(void);
-#ifdef SOFTWARE_SSTEP
-db_breakpoint_t db_set_temp_breakpoint(db_addr_t);
-#endif
#endif /* !_DDB_DB_BREAK_H_ */