[BOOTLIB]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 5 Feb 2017 08:50:40 +0000 (08:50 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 5 Feb 2017 08:50:40 +0000 (08:50 +0000)
- Remove an unused variable aka fix GCC build

svn path=/trunk/; revision=73694

reactos/boot/environ/lib/mm/descriptor.c

index a6843c4..e7e6759 100644 (file)
@@ -253,7 +253,6 @@ MmMdCopyList (
 {
     NTSTATUS Status;
     PULONG Used;
-    BOOLEAN Finished;
     PLIST_ENTRY First, NextEntry;
     PBL_MEMORY_DESCRIPTOR Descriptor;