mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 13:23:09 +00:00
Remove reader_data_t::next
It's no longer used
This commit is contained in:
parent
9b9c1aa745
commit
ccbc9d57f2
1 changed files with 0 additions and 2 deletions
|
@ -376,8 +376,6 @@ class reader_data_t : public std::enable_shared_from_this<reader_data_t> {
|
|||
bool prev_end_loop{false};
|
||||
/// The current contents of the top item in the kill ring.
|
||||
wcstring kill_item;
|
||||
/// Pointer to previous reader_data.
|
||||
reader_data_t *next{nullptr};
|
||||
/// Keep track of whether any internal code has done something which is known to require a
|
||||
/// repaint.
|
||||
bool repaint_needed{false};
|
||||
|
|
Loading…
Reference in a new issue