diff options
| author | Gaëtan Gilbert | 2017-09-01 16:00:05 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-07-03 13:39:18 +0200 |
| commit | 9ecaa34f6da55fda9743324d0f2212833e2e8487 (patch) | |
| tree | 2ebc465562da597c4350bc98963b54ca956f4022 /plugins/omega | |
| parent | 680492f83b2a4f336f639def7c59f55cf8469395 (diff) | |
Remove unused function Coq_omega.timing.
Diffstat (limited to 'plugins/omega')
| -rw-r--r-- | plugins/omega/coq_omega.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/omega/coq_omega.ml b/plugins/omega/coq_omega.ml index 6f41388284..47eb043e65 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 |
