File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 (":" )) {
You can’t perform that action at this time.
0 commit comments