mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-31 20:52:13 +01:00
Removed unused variable
This commit is contained in:
parent
3cc9446f04
commit
fca863f325
@ -1135,7 +1135,6 @@ public class Base {
|
||||
File sketchbookLibraryPath = BaseNoGui.getSketchbookLibrariesFolder();
|
||||
File platformLibraryPath = null;
|
||||
File referencedPlatformLibraryPath = null;
|
||||
String platformName = null;
|
||||
String boardId = null;
|
||||
String referencedPlatformName = null;
|
||||
String myArch = null;
|
||||
@ -1143,7 +1142,6 @@ public class Base {
|
||||
if (targetPlatform != null) {
|
||||
myArch = targetPlatform.getId();
|
||||
boardId = BaseNoGui.getTargetBoard().getName();
|
||||
platformName = targetPlatform.getPreferences().get("name");
|
||||
platformLibraryPath = new File(targetPlatform.getFolder(), "libraries");
|
||||
String core = BaseNoGui.getBoardPreferences().get("build.core", "arduino");
|
||||
if (core.contains(":")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user