bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 05/66] ddb/db_command.h: remove duplicate variable declaration


From: Marin Ramesa
Subject: [PATCH 05/66] ddb/db_command.h: remove duplicate variable declaration
Date: Thu, 5 Dec 2013 22:02:59 +0100

* ddb/db_command.h (db_recover): Remove duplicate variable declaration.

---
 ddb/db_command.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ddb/db_command.h b/ddb/db_command.h
index 2517a90..be1431e 100644
--- a/ddb/db_command.h
+++ b/ddb/db_command.h
@@ -53,8 +53,6 @@ extern db_addr_t      db_next;        /* next address to be 
examined
                                           or written */
 extern jmp_buf_t *     db_recover;     /* error recovery */
 
-extern jmp_buf_t *     db_recover;     /* error recovery */
-
 /*
  * Command table
  */
-- 
1.8.1.4




reply via email to

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