]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the bug for not add error reporting in getAllDynamicPcdInfoFromFpd(), it block...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 7 Aug 2006 06:41:27 +0000 (06:41 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 7 Aug 2006 06:41:27 +0000 (06:41 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1198 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/GenBuild/org/tianocore/build/pcd/action/PlatformPcdPreprocessActionForBuilding.java

index e9d13720509491ff5440de763d6dfb4b55387f63..0b2fd0b0109e17b5b8ad9bcf30f0e1eb879fee77 100644 (file)
@@ -359,7 +359,6 @@ public class PlatformPcdPreprocessActionForBuilding extends PlatformPcdPreproces
 \r
         dynamicPcdBuildDefinitions = fpdDocInstance.getPlatformSurfaceArea().getDynamicPcdBuildDefinitions();\r
         if (dynamicPcdBuildDefinitions == null) {\r
-            putError("There is no <DynamicPcdBuildDefinitions> in FPD file!");\r
             return null;\r
         }\r
 \r