From 2f521670fbd84a118be56d5397dfeb8bcc404f19 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Fri, 31 Jan 2014 15:57:31 +0100 Subject: Removing the [Require "file"] syntax. --- printing/ppvernac.ml | 2 -- 1 file changed, 2 deletions(-) (limited to 'printing') 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()) ++ -- cgit v1.2.3