diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 13:53:57 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 13:53:57 +0000 |
commit | 73396ac2756a2f3cc626e7d1015d601cd39f4e79 (patch) | |
tree | 8c547c1ed2cd91884180ebee7d84dc1e2a0901ed /EdkCompatibilityPkg/Foundation | |
parent | ce904bae52300732bc1b6e8506c7aeea4d2989bc (diff) | |
download | edk2-73396ac2756a2f3cc626e7d1015d601cd39f4e79.tar.gz edk2-73396ac2756a2f3cc626e7d1015d601cd39f4e79.tar.bz2 edk2-73396ac2756a2f3cc626e7d1015d601cd39f4e79.zip |
EBC Cleanup: _break is already defined in EdkCompatibilityPkg\Foundation\Include\Ebc\EfiBind.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6609 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/CpuBreakpoint.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/CpuBreakpoint.c b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/CpuBreakpoint.c index f98d1073bb..1fda0b3bf9 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/CpuBreakpoint.c +++ b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/CpuBreakpoint.c @@ -21,12 +21,6 @@ Abstract: #include "BaseLibInternals.h"
-extern
-UINT64
-_break (
- CHAR8 BreakCode
- );
-
/**
Generates a breakpoint on the CPU.
|