aboutsummaryrefslogtreecommitdiff
path: root/printing/pptactic.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-02-24 10:56:45 +0100
committerPierre-Marie Pédrot2016-02-24 10:56:45 +0100
commitc6e233721f0a75029474d7dc3dc887d61e5ba84e (patch)
tree96f23cdf57def01387e8ad7155ba5305bb3ec132 /printing/pptactic.ml
parent7fb5a9c518f30298a7a9332f0280c2ca0e690f18 (diff)
parentd96bf1b1ec79fa93787d23e1c42f803d74b49321 (diff)
Merge branch 'remove-quotations'
Diffstat (limited to 'printing/pptactic.ml')
-rw-r--r--printing/pptactic.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/printing/pptactic.ml b/printing/pptactic.ml
index ed85b21478..12667d0f24 100644
--- a/printing/pptactic.ml
+++ b/printing/pptactic.ml
@@ -1189,10 +1189,6 @@ module Make
else str"(" ++ strm ++ str")"
and pr_tacarg = function
- | MetaIdArg (loc,true,s) ->
- pr_with_comments loc (str "$" ++ str s)
- | MetaIdArg (loc,false,s) ->
- pr_with_comments loc (keyword "constr:" ++ str " $" ++ str s)
| Reference r ->
pr.pr_reference r
| ConstrMayEval c ->