From fca863f3250ea726d19619a793fd2b758a6579f7 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 29 Sep 2016 20:13:54 +0200 Subject: [PATCH] Removed unused variable --- app/src/processing/app/Base.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index dad9c6355..35b998c01 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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(":")) {