mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Remove useless assignement.
This commit is contained in:
parent
4f9fafb5cd
commit
a9c1020705
2 changed files with 0 additions and 2 deletions
|
@ -70,7 +70,6 @@ public class MIInferior extends Process {
|
|||
public void flush() throws IOException {
|
||||
CLICommand cmd = new CLICommand(buf.toString()) {
|
||||
public void setToken(int token) {
|
||||
token = token;
|
||||
// override to do nothing;
|
||||
}
|
||||
};
|
||||
|
|
|
@ -44,7 +44,6 @@ public class EventManager extends SessionObject implements ICDIEventManager, Obs
|
|||
List cdiList = new ArrayList(1);
|
||||
|
||||
if (ignoreEventToken(miEvent.getToken())) {
|
||||
miEvent = miEvent;
|
||||
// Ignore the event if it is on the ignore list.
|
||||
} else if (miEvent instanceof MIStoppedEvent) {
|
||||
processSuspendedEvent((MIStoppedEvent)miEvent);
|
||||
|
|
Loading…
Add table
Reference in a new issue