]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove the accidental check in of test code.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Feb 2009 07:27:44 +0000 (07:27 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Feb 2009 07:27:44 +0000 (07:27 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7392 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c

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