Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'mc'
[simgrid.git] / src / surf / surf_interface.cpp
index 7c325f9..7cf6ef8 100644 (file)
@@ -779,11 +779,6 @@ void Action::initialize(ModelPtr model, double cost, bool failed,
   m_hat = NOTSET;
 }
 
-Action::Action()
-{
-  initialize(NULL, 0.0, false); // FIXME: not used
-}
-
 Action::Action(ModelPtr model, double cost, bool failed)
 {
   initialize(model, cost, failed);