From a17b7e9f33e56388cb2030ffaf1956f2a27a7e6b Mon Sep 17 00:00:00 2001 From: niruiyu Date: Wed, 3 Mar 2010 00:57:21 +0000 Subject: Remove EFI_SPECIFICATION_VERSION macro reference in code. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10157 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/FSVariable/FSVariable.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'DuetPkg/FSVariable/FSVariable.h') diff --git a/DuetPkg/FSVariable/FSVariable.h b/DuetPkg/FSVariable/FSVariable.h index 2abec3eeba..c855150a80 100644 --- a/DuetPkg/FSVariable/FSVariable.h +++ b/DuetPkg/FSVariable/FSVariable.h @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2006 - 2007, Intel Corporation +Copyright (c) 2006 - 2010, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -143,7 +143,6 @@ SetVariable ( IN VOID *Data ); -#if (EFI_SPECIFICATION_VERSION >= 0x00020000) EFI_STATUS EFIAPI QueryVariableInfo ( @@ -152,6 +151,5 @@ QueryVariableInfo ( OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ); -#endif // EFI_SPECIFICATION_VERSION >= 0x00020000 #endif -- cgit v1.2.3