mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-02 12:48:13 +00:00
remove the unused root first/last from parse ctx
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user