mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
Fix event_block_t list from ad-hoc linked list to std::dequeue
This commit is contained in:
@@ -368,7 +368,6 @@ parser_t::parser_t(enum parser_type_t type) :
|
||||
job_start_pos(0),
|
||||
eval_level(-1),
|
||||
current_block(NULL),
|
||||
global_event_block(NULL),
|
||||
block_io(NULL)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user