summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
index 14f49ee755..a27090815c 100644
--- a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
+++ b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
@@ -2,7 +2,7 @@
Produces Simple Text Input Protocol, Simple Text Input Extended Protocol and
Simple Text Output Protocol upon Serial IO Protocol.
-Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -1462,7 +1462,6 @@ TerminalUpdateConsoleDevVariable (
VariableSize,
Variable
);
- ASSERT_EFI_ERROR (Status);
FreePool (Variable);
return ;
@@ -1570,7 +1569,6 @@ TerminalRemoveConsoleDevVariable (
VariableSize,
NewVariable
);
- ASSERT_EFI_ERROR (Status);
}
if (NewVariable != NULL) {