Browse Source

remove useless break

Corentin Salingue 8 years ago
parent
commit
c595311dcf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/perfmodel/perfmodel_bus.c

+ 0 - 1
src/core/perfmodel/perfmodel_bus.c

@@ -1713,7 +1713,6 @@ static int mpi_check_recalibrate(int my_recalibrate)
                 if (mpi_recalibrate[i])
                 {
                         return 1;
-                        break;
                 }
         }
         return 0;