aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/extraction/extraction.ml
diff options
context:
space:
mode:
authorGravatar Gaetan Gilbert <gaetan.gilbert@ens-lyon.fr>2017-01-28 14:11:50 +0100
committerGravatar Gaetan Gilbert <gaetan.gilbert@ens-lyon.fr>2017-01-28 14:11:50 +0100
commit90b6969c467f097a4d7da0140e1351ef98d6401d (patch)
tree0b78bb59fd713407d5045e0dc070c4925c07a334 /plugins/extraction/extraction.ml
parent421d846d80c19226ba0922ff3c3b0006c98c21b6 (diff)
Remove useless comments
Diffstat (limited to 'plugins/extraction/extraction.ml')
-rw-r--r--plugins/extraction/extraction.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/extraction/extraction.ml b/plugins/extraction/extraction.ml
index 33fab74e1..2b19c2805 100644
--- a/plugins/extraction/extraction.ml
+++ b/plugins/extraction/extraction.ml
@@ -258,7 +258,7 @@ let rec extract_type env db j c args =
| Const (kn,u as c) ->
let r = ConstRef kn in
let cb = lookup_constant kn env in
- let typ = Typeops.type_of_constant_in env c in (* FIXME constraints *)
+ let typ = Typeops.type_of_constant_in env c in
(match flag_of_type env typ with
| (Logic,_) -> assert false (* Cf. logical cases above *)
| (Info, TypeScheme) ->