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
-1
View File
@@ -1139,7 +1139,6 @@ MD_FUNCTION_IMPL MD_ParseCtx
MD_Parse_InitializeCtx(MD_String8 filename, MD_String8 contents)
{
MD_ParseCtx ctx = MD_ZERO_STRUCT;
ctx.first_root = ctx.last_root = MD_NilNode();
ctx.at = contents.str;
ctx.file_contents = contents;
ctx.filename = filename;