mirror of https://github.com/acidanthera/audk.git
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:
parent
521981ee76
commit
0cafe8362f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue