From 5824e9d366c9b8e8db307949e06826f4a64a2218 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Mon, 20 Apr 2026 13:07:30 +0200 Subject: [PATCH] Remove unused variables --- boot/xtldr/shell.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boot/xtldr/shell.cc b/boot/xtldr/shell.cc index 18eb3d9..467c3a0 100644 --- a/boot/xtldr/shell.cc +++ b/boot/xtldr/shell.cc @@ -219,8 +219,7 @@ Shell::ParseCommand(IN PWCHAR CommandLine, OUT PULONG Argc, OUT PWCHAR **Argv) { - PWCHAR Token, SavePtr, TempLine; - PWCHAR *ArgumentVector; + PWCHAR *ArgumentVector, TempLine; ULONG ArgumentCount; EFI_STATUS Status;