Remove displaced_step_inferior_state::next
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 20 Nov 2018 03:35:19 +0000 (22:35 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 20 Nov 2018 03:35:19 +0000 (22:35 -0500)
commitdbe4e6545ee6a02da1a081fb51becb2843353bad
tree93df18e2754524e6f1510e6f5d35e09e623d9a6e
parent85a2ae1134426242fe52b609c372234062e0fa58
Remove displaced_step_inferior_state::next

Commit

  39a36629f68e ("Use std::forward_list for displaced_step_inferior_states")

missed removing the "next" field, while changing the hand-made linked
list in favor of std::forward_list.  This patch fixes that.

gdb/ChangeLog:

* infrun.c (displaced_step_inferior_state) <next>: Remove.
gdb/ChangeLog
gdb/infrun.c