diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2017-01-13 15:35:19 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2017-01-13 15:43:35 +0800 |
commit | 0cafe8362fe47b546b23143c73ed080230cea161 (patch) | |
tree | c8c6533f15302cc5c2d64971dfc619325dc4b94a /MdeModulePkg/Universal/Console/TerminalDxe | |
parent | 521981ee7608b75b51693ea367c9e1d83687d110 (diff) | |
download | edk2-platforms-0cafe8362fe47b546b23143c73ed080230cea161.tar.xz |
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.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c index 4a1770eb1f..6ccbc28e85 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;
|