From ab2f9ddbfa677b1ce7b50c0e8dbe73cd3140f931 Mon Sep 17 00:00:00 2001 From: alegrand Date: Thu, 18 May 2006 23:08:03 +0000 Subject: [PATCH] Getting rid of useless field git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2239 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/surf_timer_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surf/surf_timer_private.h b/src/surf/surf_timer_private.h index a72ce56ece..5a81f6c3af 100644 --- a/src/surf/surf_timer_private.h +++ b/src/surf/surf_timer_private.h @@ -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; -- 2.20.1