aboutsummaryrefslogtreecommitdiff
path: root/interp/constrarg.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2015-12-18 17:18:06 +0100
committerPierre-Marie Pédrot2015-12-21 19:36:38 +0100
commit329b5b9ed526d572d7df066dc99486e1dcb9e4cc (patch)
tree1cad1cd1c7371c8cefc9287dd32d190e12757d1c /interp/constrarg.ml
parentb2beb9087628de23679a831e6273b91816f1ed27 (diff)
Removing the now useless genarg generic argument.
Diffstat (limited to 'interp/constrarg.ml')
-rw-r--r--interp/constrarg.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/interp/constrarg.ml b/interp/constrarg.ml
index a67143b005..84b056ab68 100644
--- a/interp/constrarg.ml
+++ b/interp/constrarg.ml
@@ -38,8 +38,6 @@ let wit_ref = Genarg.make0 None "ref"
let wit_quant_hyp = Genarg.make0 None "quant_hyp"
-let wit_genarg = unsafe_of_type GenArgType
-
let wit_sort : (glob_sort, glob_sort, sorts) genarg_type =
Genarg.make0 None "sort"