mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
SourceLevelDebugPkg: DebugAgentCommon: remove set but unused variables
Cc: Jeff Fan <jeff.fan@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
(cherry picked from commit c30d65e080)
This commit is contained in:
parent
e18cd9054a
commit
219882ffd3
1 changed files with 0 additions and 3 deletions
|
|
@ -1859,7 +1859,6 @@ CommandCommunication (
|
|||
DEBUG_DATA_SET_VIEWPOINT *SetViewPoint;
|
||||
BOOLEAN HaltDeferred;
|
||||
UINT32 ProcessorIndex;
|
||||
DEBUG_PORT_HANDLE Handle;
|
||||
DEBUG_AGENT_EXCEPTION_BUFFER AgentExceptionBuffer;
|
||||
UINT32 IssuedViewPoint;
|
||||
DEBUG_AGENT_MAILBOX *Mailbox;
|
||||
|
|
@ -1887,8 +1886,6 @@ CommandCommunication (
|
|||
SetDebugFlag (DEBUG_AGENT_FLAG_AGENT_IN_PROGRESS, 1);
|
||||
}
|
||||
|
||||
Handle = GetDebugPortHandle();
|
||||
|
||||
while (TRUE) {
|
||||
|
||||
if (MultiProcessorDebugSupport()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue