Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Simplify s_mc_snapshot_stack
[simgrid.git] / src / mc / mc_private.h
index 62a82f5..c8fa6bd 100644 (file)
@@ -87,8 +87,6 @@ typedef struct s_mc_stack_frame {
 
 typedef struct s_mc_snapshot_stack{
   xbt_dynar_t local_variables;
-  void *stack_pointer;
-  void *real_address;
   xbt_dynar_t stack_frames; // mc_stack_frame_t
 }s_mc_snapshot_stack_t, *mc_snapshot_stack_t;