From d329a3411f0521caf03eeb8e3d6d8edb3696b9f9 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Thu, 5 Dec 2013 22:02:59 +0100 Subject: ddb/db_command.h: remove duplicate variable declaration * ddb/db_command.h (db_recover): Remove duplicate variable declaration. --- ddb/db_command.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ddb') diff --git a/ddb/db_command.h b/ddb/db_command.h index 64e3b5c..1edf1d6 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 */ -- cgit v1.2.3