Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leak plug
[simgrid.git] / src / simix / smx_private.h
index 85d91076b53816930c7be801be8f51c103746558..a0c713eba7fb2b4691c6e1ab7c86f8ebb05bd3c6 100644 (file)
@@ -76,11 +76,6 @@ XBT_PUBLIC(void) SIMIX_clean();
   _smx_throw_issuer->exception = std::make_exception_ptr(e); \
   } else ((void)0)
 
-typedef struct s_smx_file {
-  surf_file_t surf_file;
-} s_smx_file_t;
-
-
 SG_END_DECL()
 
 #endif