mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
Serial: Remove unused constructor
This commit is contained in:
parent
d284988e61
commit
b1957c3415
1 changed files with 0 additions and 3 deletions
|
@ -50,9 +50,6 @@ public class SerialConnector extends TerminalConnectorImpl {
|
|||
|
||||
public SerialConnector() {
|
||||
}
|
||||
public SerialConnector(SerialSettings settings) {
|
||||
fSettings=settings;
|
||||
}
|
||||
@Override
|
||||
public void initialize() throws Exception {
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue