mirror of https://github.com/acidanthera/audk.git
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:
parent
bc166db311
commit
fd0fd8918e
|
@ -1614,11 +1614,6 @@ Done:
|
||||||
InterlockedDecrement (&mVariableModuleGlobal->VariableGlobal.ReentrantState);
|
InterlockedDecrement (&mVariableModuleGlobal->VariableGlobal.ReentrantState);
|
||||||
ReleaseLockOnlyAtBootTime (&mVariableModuleGlobal->VariableGlobal.VariableServicesLock);
|
ReleaseLockOnlyAtBootTime (&mVariableModuleGlobal->VariableGlobal.VariableServicesLock);
|
||||||
|
|
||||||
#if 0
|
|
||||||
if ((StrCmp (VariableName , L"Lang") == 0) && CompareGuid (VendorGuid, gEfiGlobalVariableGuid)) {
|
|
||||||
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue