1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Warning cleanup.

This commit is contained in:
Mikhail Khodjaiants 2006-04-11 21:43:49 +00:00
parent 4cbf532066
commit 160774ed3d

View file

@ -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();