Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Comment unused functions.
[simgrid.git] / src / surf / surf_interface.cpp
index ea208ec..a5fd214 100644 (file)
@@ -45,10 +45,10 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_kernel, surf,
  *
  */
 
-static void remove_watched_host(void *key)
+/*static void remove_watched_host(void *key)
 {
   xbt_dict_remove(watched_hosts_lib, *(char**)key);
-}
+}*/
 
 /*void surf_watched_hosts(void)
 {
@@ -757,9 +757,9 @@ Action::Action(ModelPtr model, double cost, bool failed)
  , m_remains(cost)
  , m_maxDuration(NO_MAX_DURATION)
  , m_cost(cost)
+ , p_data(NULL)
  , p_model(model)
  , m_refcount(1)
- , p_data(NULL)
 {
   #ifdef HAVE_TRACING
     p_category = NULL;