Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar complains that these cases are redundant. Fair enough
[simgrid.git] / src / kernel / activity / SynchroComm.cpp
index ec124b2..532c591 100644 (file)
@@ -79,8 +79,6 @@ double simgrid::kernel::activity::Comm::remains()
   case SIMIX_RUNNING:
     return surf_comm->getRemains();
 
-  case SIMIX_WAITING:
-  case SIMIX_READY:
   default:
     return 0; /*FIXME: check what should be returned */
   }