From 28981267c53451651743a04b132c48e2399fcddf Mon Sep 17 00:00:00 2001 From: jcarsey Date: Tue, 11 Jun 2013 22:07:03 +0000 Subject: ShellPkg: Fix ARM build errors. submitted-by: Olivier Martin olivier.martin@arm.com> reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14400 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/Shell/ConsoleLogger.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ShellPkg/Application') 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. -- cgit v1.2.3