aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/declarations.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-06-10 19:42:09 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-06-10 19:45:00 +0200
commit6ac16429294ff3a755c618ece3ba5e22d59e27f9 (patch)
treec1bf5797cf288b5bd930c58b844ddd97d63fd188 /checker/declarations.ml
parentc3c747475f5818445438e779bed0685e01306eff (diff)
Removing dead code in checker/univ.ml.
Diffstat (limited to 'checker/declarations.ml')
-rw-r--r--checker/declarations.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/checker/declarations.ml b/checker/declarations.ml
index f500693ce..c705a707f 100644
--- a/checker/declarations.ml
+++ b/checker/declarations.ml
@@ -442,7 +442,6 @@ let subst_constant_def sub = function
| OpaqueDef lc -> OpaqueDef (subst_lazy_constr sub lc)
(** Local variables and graph *)
-type universe_context = Univ.LSet.t * Univ.constraints
let body_of_constant cb = match cb.const_body with
| Undef _ -> None