Skip to content

Commit 8ec2c42

Browse files
author
jantje
committed
Fix warning and fix comment
1 parent 1a21864 commit 8ec2c42

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

io.sloeber.core/src/io/sloeber/core/api/SloeberProject.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ public void run(IProgressMonitor internalMonitor) throws CoreException {
149149
}
150150
String configName = sloeberProject.myBoardDescriptions.keySet().iterator().next();
151151
BoardDescription boardDescriptor = sloeberProject.getBoardDescription(configName, true);
152-
CompileDescription compileDescriptor = sloeberProject.getCompileDescription(configName, true);
153-
OtherDescription otherDesc = sloeberProject.getOtherDescription(configName, true);
154152

155153
// Add the arduino code folders
156154
List<IPath> addToIncludePath = Helpers.addArduinoCodeToProject(project, boardDescriptor);
@@ -535,8 +533,7 @@ private static boolean removeCDTEnvironmentVars(ICProjectDescription prjCDesc) {
535533
/**
536534
* Read the sloeber configuration file and setup the project
537535
*
538-
* @param confDesc
539-
* returns true if the files exist
536+
* @return true if the files exist
540537
*/
541538
private boolean readConfigFromFiles() {
542539
IFile file = getConfigLocalFile();

0 commit comments

Comments
 (0)