mirror of https://github.com/acidanthera/audk.git
ArmPkg/LinuxLoader: Remove unused DebugLib (Minor change)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13128 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
80dfbc1122
commit
1dc483b30e
|
@ -35,6 +35,3 @@
|
|||
|
||||
[Protocols]
|
||||
gEfiLoadedImageProtocolGuid
|
||||
|
||||
#TODO: RemoveMe
|
||||
gEfiDevicePathToTextProtocolGuid
|
||||
|
|
|
@ -14,9 +14,6 @@
|
|||
|
||||
#include "LinuxInternal.h"
|
||||
|
||||
//TODO: RemoveMe
|
||||
#include <Protocol/DevicePathToText.h>
|
||||
|
||||
#define DEFAULT_BOOT_ENTRY_DESCRIPTION L"Linux"
|
||||
#define MAX_STR_INPUT 300
|
||||
#define MAX_ASCII_INPUT 300
|
||||
|
|
|
@ -35,6 +35,3 @@
|
|||
|
||||
[Protocols]
|
||||
gEfiLoadedImageProtocolGuid
|
||||
|
||||
#TODO: RemoveMe
|
||||
gEfiDevicePathToTextProtocolGuid
|
||||
|
|
Loading…
Reference in New Issue