Remove unused variables
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 38s
Builds / ExectOS (amd64, release) (push) Successful in 35s
Builds / ExectOS (i686, release) (push) Successful in 30s
Builds / ExectOS (i686, debug) (push) Successful in 32s

This commit is contained in:
2026-04-20 13:07:30 +02:00
parent 57bd3d505e
commit 5824e9d366

View File

@@ -219,8 +219,7 @@ Shell::ParseCommand(IN PWCHAR CommandLine,
OUT PULONG Argc, OUT PULONG Argc,
OUT PWCHAR **Argv) OUT PWCHAR **Argv)
{ {
PWCHAR Token, SavePtr, TempLine; PWCHAR *ArgumentVector, TempLine;
PWCHAR *ArgumentVector;
ULONG ArgumentCount; ULONG ArgumentCount;
EFI_STATUS Status; EFI_STATUS Status;