From ebf95ba90a03025b00349f40e270635f1c3fe7f8 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Mon, 18 Dec 2023 23:21:31 +0100 Subject: [PATCH] Remove unused, commented out variable --- xtldr2/config.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xtldr2/config.c b/xtldr2/config.c index 0f5243f..28d9927 100644 --- a/xtldr2/config.c +++ b/xtldr2/config.c @@ -114,7 +114,6 @@ EFI_STATUS BlpLoadConfiguration() { PLIST_ENTRY SectionListEntry; - // STATIC LIST_ENTRY BlpConfiguration; EFI_STATUS Status; PCHAR ConfigData;