Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factorize the current_property_set symbol of simix (for process properties) and surf...
[simgrid.git] / src / simix / private.h
index 0b119fb..8a31f69 100644 (file)
@@ -125,6 +125,4 @@ void __SIMIX_cond_wait(smx_cond_t cond);
 void __SIMIX_cond_display_actions(smx_cond_t cond);
 void __SIMIX_action_display_conditions(smx_action_t action);
 
-xbt_dict_t current_property_set;
-
 #endif