From 923d3d758d112631f664f4c079138dca3c88b189 Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 3 Feb 2011 22:04:48 +0000 Subject: Dp: another fix suggested by Virgile Prevosto git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13811 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/dp/dp_why.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins') diff --git a/plugins/dp/dp_why.ml b/plugins/dp/dp_why.ml index 9a62f39d01..199c3087ef 100644 --- a/plugins/dp/dp_why.ml +++ b/plugins/dp/dp_why.ml @@ -181,6 +181,5 @@ let print_query fmt (decls,concl) = let output_file f q = let c = open_out f in let fmt = formatter_of_out_channel c in - fprintf fmt "include \"real.why\"@."; fprintf fmt "@[%a@]@." print_query q; close_out c -- cgit v1.2.3