Skip to content

Commit 6d7db91

Browse files
author
jantje
committed
oeps regression issue cause by previous push
1 parent 6c1a4b8 commit 6d7db91

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,10 +521,8 @@ private boolean readConfigFromFiles() {
521521
*/
522522
private boolean readConfigFromCDT(ICProjectDescription prjCDesc, boolean prjDescWritable) {
523523
boolean foundAValidConfig = false;
524-
// Maybe this is a old Sloeber project with the data in the eclipse build
524+
// Check if this is a old Sloeber project with the data in the eclipse build
525525
// environment variables
526-
myNeedToPersist = true;
527-
myNeedsClean = true;
528526
for (ICConfigurationDescription confDesc : prjCDesc.getConfigurations()) {
529527

530528
BoardDescription boardDesc = BoardDescription.getFromCDT(confDesc);

0 commit comments

Comments
 (0)