]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/TerminalDxe: Remove out-of-dated comments
authorRuiyu Ni <ruiyu.ni@intel.com>
Fri, 13 Jan 2017 07:35:19 +0000 (15:35 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Fri, 13 Jan 2017 07:43:35 +0000 (15:43 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c

index 4a1770eb1f382057443dffceabe79e99a7f40cc3..6ccbc28e85c12e257e472aec90a774abd2164c4f 100644 (file)
@@ -318,11 +318,6 @@ InitializeTerminalConsoleTextMode (
 \r
   ASSERT (TextModeCount != NULL);\r
 \r
-  //\r
-  // Here we make sure that the final mode exposed does not include the duplicated modes,\r
-  // and does not include the invalid modes which exceed the max column and row.\r
-  // Reserve 2 modes for 80x25, 80x50 of terminal console.\r
-  //\r
   TextModeData = AllocateCopyPool (sizeof (mTerminalConsoleModeData), mTerminalConsoleModeData);\r
   if (TextModeData == NULL) {\r
     return NULL;\r