bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/2] ddb/db_watch.c (db_watchpoint_cmd): remove forward declarati


From: Marin Ramesa
Subject: [PATCH 2/2] ddb/db_watch.c (db_watchpoint_cmd): remove forward declaration
Date: Thu, 19 Dec 2013 20:43:55 +0100

* ddb/db_watch.c (db_watchpoint_cmd) (db_option): Remove forward declaration.

---
 ddb/db_watch.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ddb/db_watch.c b/ddb/db_watch.c
index 5551e66..dbb4aea 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;
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]