mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 07:08:45 +00:00
remove the unused root first/last from parse ctx
This commit is contained in:
@@ -507,8 +507,6 @@ enum
|
||||
typedef struct MD_ParseCtx MD_ParseCtx;
|
||||
struct MD_ParseCtx
|
||||
{
|
||||
MD_Node *first_root;
|
||||
MD_Node *last_root;
|
||||
MD_Error *first_error;
|
||||
MD_Error *last_error;
|
||||
MD_u8 *at;
|
||||
|
||||
Reference in New Issue
Block a user