aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/pptactic.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-09-08 18:34:04 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-09-08 18:46:25 +0200
commit7cfe0a70eda671ada6a46cd779ef9308f7e0fdb9 (patch)
treeeeb9435bb4e64566647c5626a2a0f4b83eb58b08 /printing/pptactic.ml
parent7a5eb53973ec3fd921b56339557c48681972849e (diff)
Removing the XML plugin.
Left a README, just in case someone will discover the remnants of it decades from now.
Diffstat (limited to 'printing/pptactic.ml')
-rw-r--r--printing/pptactic.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/printing/pptactic.ml b/printing/pptactic.ml
index 890e0d585..b6b8c9c2e 100644
--- a/printing/pptactic.ml
+++ b/printing/pptactic.ml
@@ -985,9 +985,6 @@ and pr_tacarg = function
| TacFreshId l -> str "fresh" ++ pr_fresh_ids l
| TacPretype c -> str "type_term" ++ pr.pr_constr c
| TacNumgoals -> str "numgoals"
- | TacExternal (_,com,req,la) ->
- str "external" ++ spc() ++ qs com ++ spc() ++ qs req ++
- spc() ++ prlist_with_sep spc pr_tacarg la
| (TacCall _|Tacexp _ | TacGeneric _) as a ->
str "ltac:" ++ pr_tac (latom,E) (TacArg (Loc.ghost,a))