summaryrefslogtreecommitdiff
path: root/ddb
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-12-05 22:02:59 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-08 23:46:32 +0900
commitd329a3411f0521caf03eeb8e3d6d8edb3696b9f9 (patch)
tree0b4c8d4978be888d673508ae0f5590fb1b1cc43e /ddb
parent0538c719a05b53554c5a29187147ba386d5d0ffc (diff)
ddb/db_command.h: remove duplicate variable declaration
* ddb/db_command.h (db_recover): Remove duplicate variable declaration.
Diffstat (limited to 'ddb')
-rw-r--r--ddb/db_command.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ddb/db_command.h b/ddb/db_command.h
index 64e3b5cf..1edf1d65 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
*/