mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
remove warning.
This commit is contained in:
parent
7f4456c0db
commit
64213165e0
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ 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;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue