* 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
