mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
Warning cleanup.
This commit is contained in:
parent
4cbf532066
commit
160774ed3d
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ public class EventManager extends SessionObject implements ICDIEventManager, Obs
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
int threadId = threadId = stopped.getThreadId();
|
int threadId = stopped.getThreadId();
|
||||||
currentTarget.updateState(threadId);
|
currentTarget.updateState(threadId);
|
||||||
try {
|
try {
|
||||||
Thread cthread = (Thread)currentTarget.getCurrentThread();
|
Thread cthread = (Thread)currentTarget.getCurrentThread();
|
||||||
|
|
Loading…
Add table
Reference in a new issue