Hurd: Adjust to changes to "push pruning old threads down to the target"
[deliverable/binutils-gdb.git] / gdb / valops.c
index 8a456413a09c1faea2a7dd306d2b947aa9ee549a..3a7550dfdb504050e518e3a194db27944394c1f8 100644 (file)
@@ -3827,7 +3827,6 @@ value_slice (struct value *array, int lowbound, int length)
       }
 
     set_value_component_location (slice, array);
-    VALUE_NEXT_FRAME_ID (slice) = VALUE_NEXT_FRAME_ID (array);
     set_value_offset (slice, value_offset (array) + offset);
   }
 
This page took 0.02318 seconds and 4 git commands to generate.