aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@ens-lyon.fr>2017-09-01 16:00:05 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-07-03 13:39:18 +0200
commit9ecaa34f6da55fda9743324d0f2212833e2e8487 (patch)
tree2ebc465562da597c4350bc98963b54ca956f4022 /plugins
parent680492f83b2a4f336f639def7c59f55cf8469395 (diff)
Remove unused function Coq_omega.timing.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/omega/coq_omega.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/omega/coq_omega.ml b/plugins/omega/coq_omega.ml
index 6f4138828..47eb043e6 100644
--- a/plugins/omega/coq_omega.ml
+++ b/plugins/omega/coq_omega.ml
@@ -46,8 +46,6 @@ let resolve_id id = Proofview.Goal.enter begin fun gl ->
apply (mkVar id)
end
-let timing timer_name f arg = f arg
-
let display_time_flag = ref false
let display_system_flag = ref false
let display_action_flag = ref false