File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
io.sloeber.core/src/io/sloeber/core/api Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,6 @@ public void run(IProgressMonitor internalMonitor) throws CoreException {
149
149
}
150
150
String configName = sloeberProject .myBoardDescriptions .keySet ().iterator ().next ();
151
151
BoardDescription boardDescriptor = sloeberProject .getBoardDescription (configName , true );
152
- CompileDescription compileDescriptor = sloeberProject .getCompileDescription (configName , true );
153
- OtherDescription otherDesc = sloeberProject .getOtherDescription (configName , true );
154
152
155
153
// Add the arduino code folders
156
154
List <IPath > addToIncludePath = Helpers .addArduinoCodeToProject (project , boardDescriptor );
@@ -535,8 +533,7 @@ private static boolean removeCDTEnvironmentVars(ICProjectDescription prjCDesc) {
535
533
/**
536
534
* Read the sloeber configuration file and setup the project
537
535
*
538
- * @param confDesc
539
- * returns true if the files exist
536
+ * @return true if the files exist
540
537
*/
541
538
private boolean readConfigFromFiles () {
542
539
IFile file = getConfigLocalFile ();
You can’t perform that action at this time.
0 commit comments