X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspPkg%2FLibrary%2FBaseDebugDeviceLibNull%2FDebugDeviceLibNull.c;fp=IntelFspPkg%2FLibrary%2FBaseDebugDeviceLibNull%2FDebugDeviceLibNull.c;h=0000000000000000000000000000000000000000;hp=0bafca2fa354a84dfda849f139cdbbc8ab7adbc8;hb=1a48fda5315433661c2f3039a30aea5916c22267;hpb=e8015f2facfffa31db8a06c1121647f76f1035dc 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.
- SPDX-License-Identifier: BSD-2-Clause-Patent - -**/ - -#include - -/** - Returns the debug print device enable state. - - @return Debug print device enable state. - -**/ -UINT8 -EFIAPI -GetDebugPrintDeviceEnable ( - VOID - ) -{ - return 1; -}