Remove the accidental check in of test code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7392 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2009-02-02 07:27:44 +00:00
parent bc166db311
commit fd0fd8918e
1 changed files with 0 additions and 5 deletions

View File

@ -1614,11 +1614,6 @@ Done:
InterlockedDecrement (&mVariableModuleGlobal->VariableGlobal.ReentrantState);
ReleaseLockOnlyAtBootTime (&mVariableModuleGlobal->VariableGlobal.VariableServicesLock);
#if 0
if ((StrCmp (VariableName , L"Lang") == 0) && CompareGuid (VendorGuid, gEfiGlobalVariableGuid)) {
}
#endif
return Status;
}