Revert "another checkpoint in big df entity elimination pass"

This reverts commit f8fd32e328.
This commit is contained in:
Ryan Fleury
2024-09-07 14:48:34 -07:00
parent 6180da1b0f
commit cccbd265ff
16 changed files with 3091 additions and 3714 deletions
+2 -3
View File
@@ -169,6 +169,8 @@ struct MD_Node
MD_Node *parent;
MD_Node *first;
MD_Node *last;
// rjf: tag links
MD_Node *first_tag;
MD_Node *last_tag;
@@ -180,9 +182,6 @@ struct MD_Node
// rjf: source code info
U64 src_offset;
// rjf: user-controlled data attachments
U64 user_gen;
};
typedef struct MD_NodeRec MD_NodeRec;