X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8961e51ee35ff3a185474e5efe7ff5b8788e84e..b9a15f078a62e397f321dfb570254652785cc377:/include/xbt/module.h diff --git a/include/xbt/module.h b/include/xbt/module.h index 1e2affa877..398e9f77b2 100644 --- a/include/xbt/module.h +++ b/include/xbt/module.h @@ -14,9 +14,6 @@ SG_BEGIN_DECL() XBT_PUBLIC(void) xbt_init(int *argc, char **argv); -XBT_PUBLIC(void) xbt_exit(void); -XBT_PUBLIC_DATA(int) smx_cleaned; -XBT_PUBLIC_DATA(int) xbt_initialized; SG_END_DECL()