Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this was never used too
[simgrid.git] / src / surf / storage_n11.cpp
index 03b357c..a370475 100644 (file)
@@ -212,8 +212,6 @@ StorageN11Action::StorageN11Action(Model* model, double cost, bool failed, Stora
   switch(type) {
   case OPEN:
   case CLOSE:
-  case STAT:
-    break;
   case READ:
     lmm_expand(model->getMaxminSystem(), storage->constraintRead_, getVariable(), 1.0);
     break;