Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar and remove unused types
[simgrid.git] / include / simgrid / forward.h
index 4ce7e57..180b156 100644 (file)
@@ -157,10 +157,6 @@ typedef struct kernel_Activity* smx_activity_t;
 
 typedef struct s_smx_context* smx_context_t;
 typedef struct s_smx_actor* smx_actor_t;
 
 typedef struct s_smx_context* smx_context_t;
 typedef struct s_smx_actor* smx_actor_t;
-typedef struct s_smx_cond_t* smx_cond_t;
-typedef struct s_smx_mutex* smx_mutex_t;
-typedef struct s_smx_mailbox* smx_mailbox_t;
-typedef struct s_surf_storage* surf_storage_t;
 
 #endif
 
 
 #endif