Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill an unused field (+cosmetics)
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 20 Jul 2015 16:56:50 +0000 (18:56 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 20 Jul 2015 16:56:50 +0000 (18:56 +0200)
src/surf/network_cm02.hpp
src/surf/surf_interface.cpp
src/surf/surf_interface.hpp

index 7edb83f..ff805e4 100644 (file)
@@ -86,7 +86,7 @@ class NetworkCm02Action : public NetworkAction {
 
 public:
   NetworkCm02Action(Model *model, double cost, bool failed)
 
 public:
   NetworkCm02Action(Model *model, double cost, bool failed)
- : NetworkAction(model, cost, failed) {};
    : NetworkAction(model, cost, failed) {};
   void updateRemainingLazy(double now);
 };
 
   void updateRemainingLazy(double now);
 };
 
index 0ed0576..e6fdd84 100644 (file)
@@ -719,7 +719,6 @@ void Action::initialize(Model *model, double cost, bool failed,
   m_remains = cost;
   m_maxDuration = NO_MAX_DURATION;
   m_finish = -1.0;
   m_remains = cost;
   m_maxDuration = NO_MAX_DURATION;
   m_finish = -1.0;
-  m_failed = failed;
   m_start = surf_get_clock();
   m_cost = cost;
   p_model = model;
   m_start = surf_get_clock();
   m_cost = cost;
   p_model = model;
index e8aa31d..63592b5 100644 (file)
@@ -502,7 +502,6 @@ protected:
   double m_finish; /**< finish time : this is modified during the run and fluctuates until the task is completed */
 
 private:
   double m_finish; /**< finish time : this is modified during the run and fluctuates until the task is completed */
 
 private:
-  bool m_failed;
   double m_start; /**< start time  */
   char *p_category;               /**< tracing category for categorized resource utilization monitoring */
 
   double m_start; /**< start time  */
   char *p_category;               /**< tracing category for categorized resource utilization monitoring */