Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix privatisation support
[simgrid.git] / src / mc / ObjectInformation.hpp
index 8ada283..74c958b 100644 (file)
 #include <unordered_map>
 #include <vector>
 
-#include "mc/mc_forward.h"
-#include "mc/Type.hpp"
-#include "mc/Frame.hpp"
+#include <xbt/base.h>
 
-#include "smpi/private.h"
+#include "src/mc/mc_forward.h"
+#include "src/mc/Type.hpp"
+#include "src/mc/Frame.hpp"
+
+#include "src/smpi/private.h"
 
 namespace simgrid {
 namespace mc {
@@ -86,11 +88,6 @@ public:
     return this->flags & simgrid::mc::ObjectInformation::Executable;
   }
 
-  bool privatized() const
-  {
-    return this->executable() && smpi_privatize_global_variables;
-  }
-
   void* base_address() const;
 
   simgrid::mc::Frame* find_function(const void *ip) const;