summaryrefslogtreecommitdiffstats
path: root/IntelFspPkg/Library/BaseDebugDeviceLibNull/DebugDeviceLibNull.c
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspPkg/Library/BaseDebugDeviceLibNull/DebugDeviceLibNull.c')
-rw-r--r--IntelFspPkg/Library/BaseDebugDeviceLibNull/DebugDeviceLibNull.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/IntelFspPkg/Library/BaseDebugDeviceLibNull/DebugDeviceLibNull.c b/IntelFspPkg/Library/BaseDebugDeviceLibNull/DebugDeviceLibNull.c
deleted file mode 100644
index 0bafca2fa3..0000000000
--- a/IntelFspPkg/Library/BaseDebugDeviceLibNull/DebugDeviceLibNull.c
+++ /dev/null
@@ -1,25 +0,0 @@
-/** @file
- Debug device library instance that retrieves the current enabling state for
- the platform debug output device.
-
- Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-**/
-
-#include <Base.h>
-
-/**
- Returns the debug print device enable state.
-
- @return Debug print device enable state.
-
-**/
-UINT8
-EFIAPI
-GetDebugPrintDeviceEnable (
- VOID
- )
-{
- return 1;
-}