aboutsummaryrefslogtreecommitdiffstats
path: root/src/zchaff/zchaffParser.ml
diff options
context:
space:
mode:
authorckeller <ckeller@users.noreply.github.com>2019-02-14 20:09:40 +0100
committerGitHub <noreply@github.com>2019-02-14 20:09:40 +0100
commitec41af7ac01cef7c30785e6dd704381f31e7c2d3 (patch)
tree13d51483c50d7b5a668d90b8b67a8b99ef0fbe56 /src/zchaff/zchaffParser.ml
parentba22fad2fb46962eef5f30d976e9eaeb587023a0 (diff)
downloadsmtcoq-ec41af7ac01cef7c30785e6dd704381f31e7c2d3.tar.gz
smtcoq-ec41af7ac01cef7c30785e6dd704381f31e7c2d3.zip
V8.7 (#36)
Port SMTCoq to Coq-8.7
Diffstat (limited to 'src/zchaff/zchaffParser.ml')
-rw-r--r--src/zchaff/zchaffParser.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/zchaff/zchaffParser.ml b/src/zchaff/zchaffParser.ml
index c4a2f62..e3db7b6 100644
--- a/src/zchaff/zchaffParser.ml
+++ b/src/zchaff/zchaffParser.ml
@@ -11,7 +11,6 @@
open SatParser
-open SmtForm
open SmtCertif
open SmtTrace
@@ -58,7 +57,7 @@ let parse_CL reloc lb last =
(* Parsing of the VAR and CONF part *)
-let var_of_lit l = l lsr 1
+(* let var_of_lit l = l lsr 1 *)
type var_key =
| Var of int