From: Arnaud Giersch Date: Tue, 31 Jan 2012 21:07:41 +0000 (+0100) Subject: Remove duplicate declaration for smx_file_t. X-Git-Tag: exp_20120216~97^2~6 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8450c8c3504866268cf51b879808d3300105e6d5 Remove duplicate declaration for smx_file_t. --- diff --git a/src/simix/smx_io_private.h b/src/simix/smx_io_private.h index c2ffde4d3c..16a022bd06 100644 --- a/src/simix/smx_io_private.h +++ b/src/simix/smx_io_private.h @@ -16,7 +16,6 @@ typedef struct s_smx_file { char *name; /**< @brief host name if any */ void *data; /**< @brief user data */ } s_smx_file_t; -typedef struct s_smx_file *smx_file_t; /** @} */ void SIMIX_pre_file_read(smx_simcall_t simcall);