X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8961e51ee35ff3a185474e5efe7ff5b8788e84e..4667db33a753d88cbcd186f191fb1e65f49f4bd6:/include/xbt/module.h diff --git a/include/xbt/module.h b/include/xbt/module.h index 1e2affa877..9405484950 100644 --- a/include/xbt/module.h +++ b/include/xbt/module.h @@ -15,8 +15,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()