summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Protzenko2022-01-04 12:33:17 -0800
committerJonathan Protzenko2022-01-04 12:33:17 -0800
commitcf873d92162cad0cabaa580e18f7412df605cc85 (patch)
treeba1f7e5212c32cb338178513c60461a567c8f263
parent91ada7cb0e03244a8624773baedb96d3c03f8998 (diff)
More compiler warnings
-rw-r--r--src/InterpreterUtils.ml3
-rw-r--r--src/Modules.ml1
2 files changed, 0 insertions, 4 deletions
diff --git a/src/InterpreterUtils.ml b/src/InterpreterUtils.ml
index 17e8abb4..51297eb5 100644
--- a/src/InterpreterUtils.ml
+++ b/src/InterpreterUtils.ml
@@ -1,13 +1,10 @@
module T = Types
module V = Values
-open Scalars
module E = Expressions
-open Errors
module C = Contexts
module Subst = Substitute
module A = CfimAst
module L = Logging
-open TypesUtils
open ValuesUtils
(** Some utilities *)
diff --git a/src/Modules.ml b/src/Modules.ml
index 5b76880f..bf5e9835 100644
--- a/src/Modules.ml
+++ b/src/Modules.ml
@@ -1,4 +1,3 @@
-open Yojson.Basic
open Types
open CfimAst