diff options
| author | msozeau | 2009-01-18 17:58:23 +0000 |
|---|---|---|
| committer | msozeau | 2009-01-18 17:58:23 +0000 |
| commit | cb738f93e74b2d11bc5a67e75cf5f6f07e676d77 (patch) | |
| tree | 437672694a73f72f2d0ae9268b659e5964a08bd1 /contrib/interface | |
| parent | 895fcffc774abada4677d52a7dbbb54a85cadec7 (diff) | |
Getting rid of the previous implementation of setoid_rewrite which was
unplugged a long time ago.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11798 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface')
| -rw-r--r-- | contrib/interface/xlate.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml index 6b65fbcc5f..68460c76e1 100644 --- a/contrib/interface/xlate.ml +++ b/contrib/interface/xlate.ml @@ -1906,7 +1906,6 @@ let rec xlate_vernac = xlate_error "TODO: Print TypeClasses" | PrintInspect n -> CT_inspect (CT_int n) | PrintUniverses opt_s -> CT_print_universes(ctf_STRING_OPT opt_s) - | PrintSetoids -> CT_print_setoids | PrintTables -> CT_print_tables | PrintModuleType a -> CT_print_module_type (loc_qualid_to_ct_ID a) | PrintModule a -> CT_print_module (loc_qualid_to_ct_ID a) |
