Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
shallow cleanups in net_cste: overide markers and kill useless code
[simgrid.git] / src / surf / network_constant.cpp
index 326f31b..673c70c 100644 (file)
@@ -120,10 +120,5 @@ void NetworkConstantAction::cancel()
   return;
 }
 
-void NetworkConstantAction::setCategory(const char * /*category*/)
-{
-  //ignore completely the categories in constant model, they are not traced
-}
-
 }
 }