X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/67d66b0cf79b9fc02c0450f254584693dbf21d3b..f6d049580efc96bccc8da0710e26c49b3914b63d:/src/simgrid/sg_version.cpp?ds=sidebyside diff --git a/src/simgrid/sg_version.cpp b/src/simgrid/sg_version.cpp index 6c085b2141..3764e84566 100644 --- a/src/simgrid/sg_version.cpp +++ b/src/simgrid/sg_version.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2019-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2019-2022. 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. */ @@ -64,12 +64,6 @@ void sg_version() XBT_HELP(" ns-3 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