MdeModulePkg/TerminalDxe: Remove out-of-dated comments

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
Ruiyu Ni 2017-01-13 15:35:19 +08:00
parent 521981ee76
commit 0cafe8362f
1 changed files with 0 additions and 5 deletions

View File

@ -318,11 +318,6 @@ InitializeTerminalConsoleTextMode (
ASSERT (TextModeCount != NULL); 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); TextModeData = AllocateCopyPool (sizeof (mTerminalConsoleModeData), mTerminalConsoleModeData);
if (TextModeData == NULL) { if (TextModeData == NULL) {
return NULL; return NULL;