Author: tfaber Date: Sun Feb 5 08:50:40 2017 New Revision: 73694
URL: http://svn.reactos.org/svn/reactos?rev=73694&view=rev Log: [BOOTLIB] - Remove an unused variable aka fix GCC build
Modified: trunk/reactos/boot/environ/lib/mm/descriptor.c
Modified: trunk/reactos/boot/environ/lib/mm/descriptor.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/lib/mm/descrip... ============================================================================== --- trunk/reactos/boot/environ/lib/mm/descriptor.c [iso-8859-1] (original) +++ trunk/reactos/boot/environ/lib/mm/descriptor.c [iso-8859-1] Sun Feb 5 08:50:40 2017 @@ -253,7 +253,6 @@ { NTSTATUS Status; PULONG Used; - BOOLEAN Finished; PLIST_ENTRY First, NextEntry; PBL_MEMORY_DESCRIPTOR Descriptor;