1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

remove warning.

This commit is contained in:
Alain Magloire 2002-10-13 02:27:18 +00:00
parent 7f4456c0db
commit 64213165e0

View file

@ -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;
}
};