X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/59d583b361923a665cac4daa80565eb2224e9d25..a6d5fdeb22df5f5b1ca02a3dad8ba6094202a4f3:/src/simgrid/sg_version.cpp diff --git a/src/simgrid/sg_version.cpp b/src/simgrid/sg_version.cpp index 748c35433d..3452c3b96a 100644 --- a/src/simgrid/sg_version.cpp +++ b/src/simgrid/sg_version.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2019-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -9,8 +9,6 @@ #include "xbt/misc.h" #include "xbt/sysdep.h" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(sg_version, surf, "About the versioning of SimGrid"); - void sg_version_check(int lib_version_major, int lib_version_minor, int lib_version_patch) { if ((lib_version_major != SIMGRID_VERSION_MAJOR) || (lib_version_minor != SIMGRID_VERSION_MINOR)) { @@ -64,18 +62,6 @@ void sg_version() XBT_HELP(" ns-3 support disabled at compilation."); #endif -#if SIMGRID_HAVE_JEDULE - XBT_HELP(" Jedule support compiled in."); -#else - XBT_HELP(" Jedule support disabled at compilation."); -#endif - -#if SIMGRID_HAVE_LUA - XBT_HELP(" Lua support compiled in."); -#else - XBT_HELP(" Lua support disabled at compilation."); -#endif - #if SIMGRID_HAVE_MALLOCATOR XBT_HELP(" Mallocator support compiled in."); #else