mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
a5e5d9458a
commit
c30d65e080
|
@ -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…
Reference in New Issue