Skip to content

Commit

Permalink
Remove break
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed May 7, 2024
1 parent 1491ad3 commit 539e96b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions native/shared/moeaframework.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ MOEA_Status MOEA_Next_solution() {
if (MOEA_Buffer[MOEA_Buffer_position-1] == '\n') {
break;
}

break;
}

/* remove any newline characters */
Expand Down

0 comments on commit 539e96b

Please sign in to comment.