diff options
author | jcarsey <jcarsey> | 2013-06-11 22:07:03 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-06-11 22:07:03 +0000 |
commit | 28981267c53451651743a04b132c48e2399fcddf (patch) | |
tree | ec8e017c1c0a5ba86e357d60d44fc7acebc82faa /ShellPkg/Application | |
parent | fa1dad159c72ed7db8ff8cd4e15ba9f18ffb4a4a (diff) | |
download | edk2-platforms-28981267c53451651743a04b132c48e2399fcddf.tar.xz |
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
Diffstat (limited to 'ShellPkg/Application')
-rw-r--r-- | ShellPkg/Application/Shell/ConsoleLogger.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ShellPkg/Application/Shell/ConsoleLogger.c b/ShellPkg/Application/Shell/ConsoleLogger.c index 9fd971a655..0a2b1fa5e5 100644 --- a/ShellPkg/Application/Shell/ConsoleLogger.c +++ b/ShellPkg/Application/Shell/ConsoleLogger.c @@ -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.
|