Changeset 0d070ca for src/ResolvExpr/Unify.cc
- Timestamp:
- Aug 11, 2020, 5:07:56 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 343d10e
- Parents:
- 22f94a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Unify.cc
r22f94a4 r0d070ca 1136 1136 }; 1137 1137 1138 size_t Unify_new::traceId = Stats::Heap::new_stacktrace_id("Unify_new");1138 // size_t Unify_new::traceId = Stats::Heap::new_stacktrace_id("Unify_new"); 1139 1139 bool unify( 1140 1140 const ast::ptr<ast::Type> & type1, const ast::ptr<ast::Type> & type2,
Note: See TracChangeset
for help on using the changeset viewer.