1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

Serial: Remove unused constructor

This commit is contained in:
Uwe Stieber 2015-05-07 13:39:34 +02:00
parent d284988e61
commit b1957c3415

View file

@ -50,9 +50,6 @@ public class SerialConnector extends TerminalConnectorImpl {
public SerialConnector() {
}
public SerialConnector(SerialSettings settings) {
fSettings=settings;
}
@Override
public void initialize() throws Exception {
try {