From 68312dedbec34a8a98568c92447922e8b1322483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Wed, 6 May 2026 16:38:53 +0200 Subject: [PATCH] [FREELDR:UEFI] uefidisk.c: Remove stray global variable Addendum to commit 1fd9d11f16 (PR #5219) --- boot/freeldr/freeldr/arch/uefi/uefidisk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/freeldr/freeldr/arch/uefi/uefidisk.c b/boot/freeldr/freeldr/arch/uefi/uefidisk.c index caf5df095d4..ffa9490a72a 100644 --- a/boot/freeldr/freeldr/arch/uefi/uefidisk.c +++ b/boot/freeldr/freeldr/arch/uefi/uefidisk.c @@ -57,7 +57,6 @@ static UCHAR PcBiosDiskCount; UCHAR FrldrBootDrive; ULONG FrldrBootPartition; SIZE_T DiskReadBufferSize; -PVOID Buffer; /* UEFI-specific */ static ULONG UefiBootRootIndex = 0;