mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
Remove reader_data_t::next
It's no longer used
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user