diff options
| author | Pierre-Marie Pédrot | 2021-03-30 21:48:03 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2021-03-30 21:48:03 +0200 |
| commit | 4eb219067baa0f9ea806794d242de13c3a3a2826 (patch) | |
| tree | 4306352ac9163de2562ed3600ac468d26284d05a /engine/uState.ml | |
| parent | 6effcc263beded0d530d724fab8edae86815adf8 (diff) | |
| parent | 5d3c0a0326af68e85f1f1cfc6bfa2214b0052de8 (diff) | |
Merge PR #11791: [flags] [profile] Remove bitrotten CProfile calls.
Ack-by: gares
Reviewed-by: ppedrot
Diffstat (limited to 'engine/uState.ml')
| -rw-r--r-- | engine/uState.ml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/uState.ml b/engine/uState.ml index 20ea24dd87..81559778f2 100644 --- a/engine/uState.ml +++ b/engine/uState.ml @@ -296,9 +296,6 @@ let add_constraints uctx cstrs = universes = UGraph.merge_constraints cstrs' uctx.universes; weak_constraints = weak; } -(* let addconstrkey = CProfile.declare_profile "add_constraints_context";; *) -(* let add_constraints_context = CProfile.profile2 addconstrkey add_constraints_context;; *) - let add_universe_constraints uctx cstrs = let univs, local = uctx.local in let vars, weak, local' = process_universe_constraints uctx cstrs in |
