Removed unused variables. Small cosmetic changes.

This commit is contained in:
Cristian Maglie 2014-08-22 14:24:21 +02:00
parent 83ede8fdb4
commit e3dc5e75e3
1 changed files with 2 additions and 4 deletions

View File

@ -305,8 +305,8 @@ public class Base {
return file;
}
protected static enum ACTION { GUI, NOOP, VERIFY, UPLOAD, GET_PREF };
protected static enum ACTION { GUI, VERIFY, UPLOAD, NOOP, GET_PREF };
public Base(String[] args) throws Exception {
platform.init(this);
@ -359,10 +359,8 @@ public class Base {
ACTION action = ACTION.GUI;
boolean doVerboseBuild = false;
boolean doVerboseUpload = false;;
boolean doVerboseUpload = false;
String getPref = null;
String selectBoard = null;
String selectPort = null;
List<String> filenames = new LinkedList<String>();
// Map of possible actions and corresponding options