]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/Library/BaseDebugDeviceLibNull/DebugDeviceLibNull.c
IntelFspPkg&IntelFspWrapperPkg: Remove them
[mirror_edk2.git] / IntelFspPkg / Library / BaseDebugDeviceLibNull / DebugDeviceLibNull.c
diff --git a/IntelFspPkg/Library/BaseDebugDeviceLibNull/DebugDeviceLibNull.c b/IntelFspPkg/Library/BaseDebugDeviceLibNull/DebugDeviceLibNull.c
deleted file mode 100644 (file)
index 0bafca2..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/** @file\r
-  Debug device library instance that retrieves the current enabling state for\r
-  the platform debug output device.\r
-\r
-  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#include <Base.h>\r
-\r
-/**\r
-  Returns the debug print device enable state.\r
-\r
-  @return  Debug print device enable state.\r
-\r
-**/\r
-UINT8\r
-EFIAPI\r
-GetDebugPrintDeviceEnable (\r
-  VOID\r
-  )\r
-{\r
-  return 1;\r
-}\r