eliminate ParseTagList and redundant parse result fields

This commit is contained in:
Ryan Fleury
2021-09-16 20:40:06 -06:00
parent 0288b025f8
commit c04b7dd04d
2 changed files with 4 additions and 71 deletions
-2
View File
@@ -752,8 +752,6 @@ typedef struct MD_ParseResult MD_ParseResult;
struct MD_ParseResult
{
MD_Node *node;
// TODO(rjf): Remove once we're not using it for ParseTagList
MD_Node *last_node;
MD_u64 string_advance;
MD_MessageList errors;
};