From 0cafe8362fe47b546b23143c73ed080230cea161 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Fri, 13 Jan 2017 15:35:19 +0800 Subject: MdeModulePkg/TerminalDxe: Remove out-of-dated comments Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni --- MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'MdeModulePkg/Universal/Console/TerminalDxe') diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c index 4a1770e..6ccbc28 100644 --- a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c +++ b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c @@ -318,11 +318,6 @@ InitializeTerminalConsoleTextMode ( ASSERT (TextModeCount != NULL); - // - // Here we make sure that the final mode exposed does not include the duplicated modes, - // and does not include the invalid modes which exceed the max column and row. - // Reserve 2 modes for 80x25, 80x50 of terminal console. - // TextModeData = AllocateCopyPool (sizeof (mTerminalConsoleModeData), mTerminalConsoleModeData); if (TextModeData == NULL) { return NULL; -- cgit v1.1