Skip to content

Commit 6e24e3e

Browse files
author
jantje
committed
removed 2 remaining warnings
1 parent b33bc3d commit 6e24e3e

File tree

2 files changed

+552
-318
lines changed

2 files changed

+552
-318
lines changed

it.baeyens.arduino.common/src/it/baeyens/arduino/arduino/Serial.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737

3838
import it.baeyens.arduino.common.Common;
3939
import it.baeyens.arduino.common.Const;
40-
import jssc.SerialNativeInterface;
4140
import jssc.SerialPort;
4241
import jssc.SerialPortEvent;
4342
import jssc.SerialPortEventListener;
@@ -71,7 +70,6 @@ static public void errorMessage(String where, Throwable e) {
7170
*/
7271
public static Vector<String> list() {
7372
try {
74-
SerialNativeInterface tt = new SerialNativeInterface();
7573
String[] portNames;
7674
String OS = System.getProperty("os.name").toLowerCase(); //$NON-NLS-1$
7775
if (OS.indexOf("mac") >= 0) { //$NON-NLS-1$

0 commit comments

Comments
 (0)