summaryrefslogtreecommitdiff
path: root/ddb
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-12-19 20:43:55 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-20 00:26:39 +0100
commit2370957542f907f45395fdf5c8e18d76a4843f2a (patch)
tree53c261b9ec0a9ca50fd0af7eb463e04ff19c4fb6 /ddb
parent549984f6b3b5ec146edcb03d86e637eff9956bd2 (diff)
ddb/db_watch.c (db_watchpoint_cmd): remove forward declaration
* ddb/db_watch.c (db_watchpoint_cmd) (db_option): Remove forward declaration.
Diffstat (limited to 'ddb')
-rw-r--r--ddb/db_watch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ddb/db_watch.c b/ddb/db_watch.c
index 5551e667..dbb4aea7 100644
--- a/ddb/db_watch.c
+++ b/ddb/db_watch.c
@@ -242,7 +242,6 @@ db_watchpoint_cmd(addr, have_addr, count, modif)
vm_size_t size;
db_expr_t value;
task_t task;
- boolean_t db_option();
if (db_get_task(modif, &task, addr) < 0)
return;