Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[pvs-studio] No need to assign variable the same value.
[simgrid.git] / src / mc / inspect / mc_member.cpp
index 2299d30..a3447bf 100644 (file)
@@ -22,8 +22,6 @@ void* resolve_member(const void* base, const simgrid::mc::Type* /*type*/, const
                      const simgrid::mc::AddressSpace* address_space)
 {
   ExpressionContext state;
-  state.frame_base    = nullptr;
-  state.cursor        = nullptr;
   state.address_space = address_space;
 
   ExpressionStack stack;