aboutsummaryrefslogtreecommitdiff
path: root/pretyping/evarconv.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2021-03-30 21:48:03 +0200
committerPierre-Marie Pédrot2021-03-30 21:48:03 +0200
commit4eb219067baa0f9ea806794d242de13c3a3a2826 (patch)
tree4306352ac9163de2562ed3600ac468d26284d05a /pretyping/evarconv.ml
parent6effcc263beded0d530d724fab8edae86815adf8 (diff)
parent5d3c0a0326af68e85f1f1cfc6bfa2214b0052de8 (diff)
Merge PR #11791: [flags] [profile] Remove bitrotten CProfile calls.
Ack-by: gares Reviewed-by: ppedrot
Diffstat (limited to 'pretyping/evarconv.ml')
-rw-r--r--pretyping/evarconv.ml7
1 files changed, 0 insertions, 7 deletions
diff --git a/pretyping/evarconv.ml b/pretyping/evarconv.ml
index 285fea183b..5eb8a88698 100644
--- a/pretyping/evarconv.ml
+++ b/pretyping/evarconv.ml
@@ -1182,13 +1182,6 @@ let evar_conv_x flags = evar_conv_x flags
let evar_unify = conv_fun evar_conv_x
-(* Profiling *)
-let evar_conv_x =
- if Flags.profile then
- let evar_conv_xkey = CProfile.declare_profile "evar_conv_x" in
- CProfile.profile6 evar_conv_xkey evar_conv_x
- else evar_conv_x
-
let evar_conv_hook_get, evar_conv_hook_set = Hook.make ~default:evar_conv_x ()
let evar_conv_x flags = Hook.get evar_conv_hook_get flags