summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxePrintLibPrint2Protocol
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-26 21:09:37 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-26 21:09:37 +0000
commitb7f76514ec387392b54659edb7b3e1ada60a751b (patch)
treee251748d45cc214f0ffd27e3372cf68d825d581e /MdeModulePkg/Library/DxePrintLibPrint2Protocol
parentc719e02c1476f2b0adb313a3dd06d53ff34aa2e9 (diff)
downloadedk2-platforms-b7f76514ec387392b54659edb7b3e1ada60a751b.tar.xz
Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compiler.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9202 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxePrintLibPrint2Protocol')
-rw-r--r--MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c b/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c
index 079b2a9bd0..8af1c86fe9 100644
--- a/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c
+++ b/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c
@@ -92,7 +92,6 @@ DxePrintLibPrint2ProtocolVaListToBaseList (
BOOLEAN Done;
ASSERT (Format != NULL);
- ASSERT (VaListMarker != NULL);
ASSERT (BaseListMarker != NULL);
BaseListStart = BaseListMarker;