diff options
Diffstat (limited to 'printing')
| -rw-r--r-- | printing/ppvernac.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml index 6ea34185fe..2628f732b8 100644 --- a/printing/ppvernac.ml +++ b/printing/ppvernac.ml @@ -786,8 +786,6 @@ let rec pr_vernac = function str"Existential " ++ int i ++ pr_lconstrarg c (* Auxiliary file and library management *) - | VernacRequireFrom (exp, f) -> hov 2 - (str "Require" ++ spc() ++ pr_require_token exp ++ qs f) | VernacAddLoadPath (fl,s,d) -> hov 2 (str"Add" ++ (if fl then str" Rec " else spc()) ++ |
