X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/72d32c4e88a57f4786f62fec48a1bfa454adbff9..76ccdb41d4d6d31d90ca5187a609afaf50122579:/src/xbt/string.cpp diff --git a/src/xbt/string.cpp b/src/xbt/string.cpp index 412b22e097..b286aa8ee3 100644 --- a/src/xbt/string.cpp +++ b/src/xbt/string.cpp @@ -1,23 +1,13 @@ -/* Copyright (c) 2015-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-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. */ -#include #include #include -#include -#include - namespace simgrid::xbt { -#if SIMGRID_HAVE_MC - -char string::NUL = '\0'; - -#endif - std::string string_vprintf(const char *fmt, va_list ap) { // Get the size: