diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-02-03 22:04:48 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-02-03 22:04:48 +0000 |
commit | 923d3d758d112631f664f4c079138dca3c88b189 (patch) | |
tree | c0413772ae9510b008ca07bc3d3e27fd61e7063f /plugins/dp | |
parent | c97a507293db3d4627250ecc433d71f48b0df130 (diff) |
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
Diffstat (limited to 'plugins/dp')
-rw-r--r-- | plugins/dp/dp_why.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/dp/dp_why.ml b/plugins/dp/dp_why.ml index 9a62f39d0..199c3087e 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 |