Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove useless check that will never detect any issue
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 21 Jun 2012 09:32:17 +0000 (11:32 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 21 Jun 2012 09:36:41 +0000 (11:36 +0200)
src/surf/surf.c

index 4847470..203feba 100644 (file)
@@ -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();