Fix event_block_t list from ad-hoc linked list to std::dequeue

This commit is contained in:
ridiculousfish
2012-02-07 21:04:51 -08:00
parent a0a43046b3
commit 399c78fbf7
4 changed files with 30 additions and 50 deletions

View File

@@ -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)
{