mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Removed unused variable
This commit is contained in:
@ -989,7 +989,6 @@ public class Editor extends JFrame implements RunnerListener {
|
|||||||
List<BoardPort> ports = Base.getDiscoveryManager().discovery();
|
List<BoardPort> ports = Base.getDiscoveryManager().discovery();
|
||||||
for (BoardPort port : ports) {
|
for (BoardPort port : ports) {
|
||||||
String address = port.getAddress();
|
String address = port.getAddress();
|
||||||
String name = port.getBoardName();
|
|
||||||
String label = port.getLabel();
|
String label = port.getLabel();
|
||||||
|
|
||||||
JCheckBoxMenuItem item = new JCheckBoxMenuItem(label, address.equals(selectedPort));
|
JCheckBoxMenuItem item = new JCheckBoxMenuItem(label, address.equals(selectedPort));
|
||||||
|
Reference in New Issue
Block a user