mirror of https://github.com/acidanthera/audk.git
Remove unused code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1479 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a817ecbf36
commit
738338d83e
|
@ -14,8 +14,6 @@
|
|||
|
||||
**/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
//
|
||||
// Cache of WinNtThunk protocol
|
||||
//
|
||||
|
@ -153,8 +151,6 @@ OemHookStatusCodeReport (
|
|||
NULL
|
||||
);
|
||||
|
||||
CpuBreakpoint ();
|
||||
|
||||
return EFI_SUCCESS;
|
||||
|
||||
} else if (Data != NULL &&
|
||||
|
|
Loading…
Reference in New Issue