]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/string.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Mark "override" (Sonar).
[simgrid.git] / src / xbt / string.cpp
index 412b22e097325c56fbdd9463bd018118cba612b3..68b9d6d94f63d9fadbb06a1ee49f17199dcb16bc 100644 (file)
@@ -3,21 +3,11 @@
 /* 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 <simgrid/config.h>
 #include <xbt/string.hpp>
 #include <xbt/sysdep.h>
 
-#include <cstdarg>
-#include <cstdio>
-
 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: