Skip to content

Commit fca863f

Browse files
committed
Removed unused variable
1 parent 3cc9446 commit fca863f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/processing/app/Base.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,15 +1135,13 @@ public void rebuildExamplesMenu(JMenu menu) {
11351135
File sketchbookLibraryPath = BaseNoGui.getSketchbookLibrariesFolder();
11361136
File platformLibraryPath = null;
11371137
File referencedPlatformLibraryPath = null;
1138-
String platformName = null;
11391138
String boardId = null;
11401139
String referencedPlatformName = null;
11411140
String myArch = null;
11421141
TargetPlatform targetPlatform = BaseNoGui.getTargetPlatform();
11431142
if (targetPlatform != null) {
11441143
myArch = targetPlatform.getId();
11451144
boardId = BaseNoGui.getTargetBoard().getName();
1146-
platformName = targetPlatform.getPreferences().get("name");
11471145
platformLibraryPath = new File(targetPlatform.getFolder(), "libraries");
11481146
String core = BaseNoGui.getBoardPreferences().get("build.core", "arduino");
11491147
if (core.contains(":")) {

0 commit comments

Comments
 (0)