summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/TerminalDxe
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2017-01-13 15:35:19 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2017-01-13 15:43:35 +0800
commit0cafe8362fe47b546b23143c73ed080230cea161 (patch)
treec8c6533f15302cc5c2d64971dfc619325dc4b94a /MdeModulePkg/Universal/Console/TerminalDxe
parent521981ee7608b75b51693ea367c9e1d83687d110 (diff)
downloadedk2-0cafe8362fe47b546b23143c73ed080230cea161.zip
edk2-0cafe8362fe47b546b23143c73ed080230cea161.tar.gz
edk2-0cafe8362fe47b546b23143c73ed080230cea161.tar.bz2
MdeModulePkg/TerminalDxe: Remove out-of-dated comments
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/Console/TerminalDxe')
-rw-r--r--MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c5
1 files changed, 0 insertions, 5 deletions
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;