ShellPkg: Fix ARM build errors.

submitted-by: Olivier Martin olivier.martin@arm.com>
reviewed-by: Jaben Carsey <Jaben.Carsey@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14400 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jcarsey
2013-06-11 22:07:03 +00:00
committed by jcarsey
parent fa1dad159c
commit 28981267c5
15 changed files with 13 additions and 17 deletions

View File

@ -13,8 +13,6 @@
#include "Shell.h"
STATIC CONST CHAR16 mCrLfString[3] = { CHAR_CARRIAGE_RETURN, CHAR_LINEFEED, CHAR_NULL };
/**
Install our intermediate ConOut into the system table to
keep a log of all the info that is displayed to the user.