X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f0d00c13d65be34542f719514038ceb7a3702ab..0a20b10a1efd68b60826d141460f5fab8a8a76da:/src/surf/surf.c diff --git a/src/surf/surf.c b/src/surf/surf.c index 484747092d..203febace3 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -376,10 +376,6 @@ void sg_version(int *ver_major,int *ver_minor,int *ver_patch) { void surf_init(int *argc, char **argv) { - - XBT_DEBUG("Check that compile time version matches link-time one"); - sg_check_version(); - XBT_DEBUG("Create all Libs"); host_lib = xbt_lib_new(); link_lib = xbt_lib_new();