summaryrefslogtreecommitdiff
path: root/source/components/debugger/dbhistry.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2020-04-30 23:40:36 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2020-04-30 23:40:36 +0000
commita95d9dd0e22ace9a8f960e939af923c79e7a271e (patch)
tree99b9b07bd34bc3ebedbbeeaff97882b0e0778346 /source/components/debugger/dbhistry.c
parenta117a0a6c82c5a5030040bd2b75704a1366741d6 (diff)
Notes
Diffstat (limited to 'source/components/debugger/dbhistry.c')
-rw-r--r--source/components/debugger/dbhistry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/components/debugger/dbhistry.c b/source/components/debugger/dbhistry.c
index 554115bfab3fc..b9b2ed8727ea0 100644
--- a/source/components/debugger/dbhistry.c
+++ b/source/components/debugger/dbhistry.c
@@ -175,7 +175,6 @@ static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE];
static UINT16 AcpiGbl_LoHistory = 0;
static UINT16 AcpiGbl_NumHistory = 0;
static UINT16 AcpiGbl_NextHistoryIndex = 0;
-UINT32 AcpiGbl_NextCmdNum = 1;
/*******************************************************************************