mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +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;
|
||||
}
|
||||
|
||||
int threadId = threadId = stopped.getThreadId();
|
||||
int threadId = stopped.getThreadId();
|
||||
currentTarget.updateState(threadId);
|
||||
try {
|
||||
Thread cthread = (Thread)currentTarget.getCurrentThread();
|
||||
|
|
Loading…
Add table
Reference in a new issue