From dc0fc72451df6f933dd6cf6c17a939d47368c72d Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 5 Feb 2017 08:50:40 +0000 Subject: [PATCH] [BOOTLIB] - Remove an unused variable aka fix GCC build svn path=/trunk/; revision=73694 --- reactos/boot/environ/lib/mm/descriptor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/boot/environ/lib/mm/descriptor.c b/reactos/boot/environ/lib/mm/descriptor.c index a6843c4bb0a..e7e6759ee6f 100644 --- a/reactos/boot/environ/lib/mm/descriptor.c +++ b/reactos/boot/environ/lib/mm/descriptor.c @@ -253,7 +253,6 @@ MmMdCopyList ( { NTSTATUS Status; PULONG Used; - BOOLEAN Finished; PLIST_ENTRY First, NextEntry; PBL_MEMORY_DESCRIPTOR Descriptor;