Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move ignore_local_variable() into Process
[simgrid.git] / src / mc / Frame.hpp
index 9e2c692..77fcc05 100644 (file)
@@ -35,6 +35,7 @@ public:
   simgrid::mc::ObjectInformation* object_info;
 
   void* frame_base(unw_cursor_t& unw_cursor) const;
+  void remove_variable(char* name);
 };
 
 inline