aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/pptactic.ml
diff options
context:
space:
mode:
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))