summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformData.c
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformData.c')
-rw-r--r--IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformData.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformData.c b/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformData.c
index a3afb43022..131efab4d9 100644
--- a/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformData.c
+++ b/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformData.c
@@ -19,27 +19,3 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
/// Predefined platform default time out value
///
UINT16 gPlatformBootTimeOutDefault = 10;
-
-//
-// Platform specific keyboard device path
-//
-
-///
-/// Predefined platform default console device path
-///
-BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {
- {
- NULL,
- 0
- }
-};
-
-///
-/// Predefined platform specific driver option
-///
-EFI_DEVICE_PATH_PROTOCOL *gPlatformDriverOption[] = { NULL };
-
-///
-/// Predefined platform connect sequence
-///
-EFI_DEVICE_PATH_PROTOCOL *gPlatformConnectSequence[] = { NULL };