remove the unused root first/last from parse ctx

This commit is contained in:
Allen Webster
2021-04-17 02:24:51 -07:00
parent b915615716
commit 78c9d8467d
3 changed files with 0 additions and 5 deletions
-2
View File
@@ -432,8 +432,6 @@ main:
@send(Parsing)
@struct MD_ParseCtx: {
first_root: *MD_Node,
last_root: *MD_Node,
first_error: *MD_Error,
last_error: *MD_Error,
at: *MD_u8,