drop unused FieldDesc::hash

This commit is contained in:
Michael Davidsaver
2020-03-09 14:48:39 -07:00
parent bcdf743ae9
commit d10eefac0e
3 changed files with 0 additions and 14 deletions
-4
View File
@@ -65,10 +65,6 @@ struct FieldDesc {
// child iteration. child# -> ("sub", rel index in enclosing vector<FieldDesc>)
std::vector<std::pair<std::string, size_t>> miter;
// hash of this type (aggragating from children)
// created using the code ^ id ^ (child_name ^ child_hash)*N
size_t hash;
// number of FieldDesc nodes between this node and it's a parent Struct (or 0 if no parent).
// This value also appears in the parent's miter and mlookup mappings.
// Only usable when a StructTop is accessible and this!=StructTop::desc