[FREELDR:UEFI] uefidisk.c: Remove stray global variable

Addendum to commit 1fd9d11f16 (PR #5219)
This commit is contained in:
Hermès Bélusca-Maïto
2026-05-06 22:29:46 +02:00
parent 07f36b52aa
commit 68312dedbe
@@ -57,7 +57,6 @@ static UCHAR PcBiosDiskCount;
UCHAR FrldrBootDrive;
ULONG FrldrBootPartition;
SIZE_T DiskReadBufferSize;
PVOID Buffer;
/* UEFI-specific */
static ULONG UefiBootRootIndex = 0;