diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-17 09:55:05 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-17 09:55:05 +0000 |
commit | 04b9f7631327ef09701b9ff7a86d53fa51a70b50 (patch) | |
tree | abd6ea18caeb413267e5bad6c2dc5f2850957dbe /MdeModulePkg/Universal/Console/ConPlatformDxe | |
parent | 205564ad9bd851476ea58987674af6d766269ed8 (diff) | |
download | edk2-platforms-04b9f7631327ef09701b9ff7a86d53fa51a70b50.tar.xz |
Fixed one bug in consplitter console input Start/Stop functions for those handlers only produce SimpleTextIn and not produce SimpleTextEx protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5914 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Console/ConPlatformDxe')
-rw-r--r-- | MdeModulePkg/Universal/Console/ConPlatformDxe/ComponentName.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/Console/ConPlatformDxe/ComponentName.c b/MdeModulePkg/Universal/Console/ConPlatformDxe/ComponentName.c index 8dfd8d8ac7..a9b268f441 100644 --- a/MdeModulePkg/Universal/Console/ConPlatformDxe/ComponentName.c +++ b/MdeModulePkg/Universal/Console/ConPlatformDxe/ComponentName.c @@ -12,11 +12,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-//
-// Include common header file for this module.
-//
-
-
#include <ConPlatform.h>
//
|