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;
|
DEBUG_DATA_SET_VIEWPOINT *SetViewPoint;
|
||||||
BOOLEAN HaltDeferred;
|
BOOLEAN HaltDeferred;
|
||||||
UINT32 ProcessorIndex;
|
UINT32 ProcessorIndex;
|
||||||
DEBUG_PORT_HANDLE Handle;
|
|
||||||
DEBUG_AGENT_EXCEPTION_BUFFER AgentExceptionBuffer;
|
DEBUG_AGENT_EXCEPTION_BUFFER AgentExceptionBuffer;
|
||||||
UINT32 IssuedViewPoint;
|
UINT32 IssuedViewPoint;
|
||||||
DEBUG_AGENT_MAILBOX *Mailbox;
|
DEBUG_AGENT_MAILBOX *Mailbox;
|
||||||
|
@ -1887,8 +1886,6 @@ CommandCommunication (
|
||||||
SetDebugFlag (DEBUG_AGENT_FLAG_AGENT_IN_PROGRESS, 1);
|
SetDebugFlag (DEBUG_AGENT_FLAG_AGENT_IN_PROGRESS, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
Handle = GetDebugPortHandle();
|
|
||||||
|
|
||||||
while (TRUE) {
|
while (TRUE) {
|
||||||
|
|
||||||
if (MultiProcessorDebugSupport()) {
|
if (MultiProcessorDebugSupport()) {
|
||||||
|
|
Loading…
Reference in New Issue