Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Getting rid of useless field
[simgrid.git] / src / surf / surf_timer_private.h
index a72ce56..5a81f6c 100644 (file)
@@ -21,7 +21,6 @@ typedef struct command {
                                   should start by this field!!! */
   void *function;
   void *args;
-  char *name;
   s_xbt_swag_hookup_t command_set_hookup;
 } s_command_t, *command_t;