From: Martin Quinson Date: Thu, 21 Jun 2012 09:32:17 +0000 (+0200) Subject: remove useless check that will never detect any issue X-Git-Tag: v3_8~528^2~10 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/36e1eda9aeecc0592a95d71733177f495138be96 remove useless check that will never detect any issue --- 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();