summaryrefslogtreecommitdiff
path: root/src/InterpreterUtils.ml
diff options
context:
space:
mode:
authorJonathan Protzenko2022-01-10 11:18:27 -0800
committerJonathan Protzenko2022-01-10 11:18:27 -0800
commit6268a942eec4ab143cf898af219f6a1324e5204d (patch)
tree99588026a75122d0cbb98a3d60037482c95c7f29 /src/InterpreterUtils.ml
parent46dd5345b4843734563aaa0a001723f32a34586a (diff)
remove another warning
Diffstat (limited to 'src/InterpreterUtils.ml')
-rw-r--r--src/InterpreterUtils.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/InterpreterUtils.ml b/src/InterpreterUtils.ml
index 6c5d3289..fd596fd3 100644
--- a/src/InterpreterUtils.ml
+++ b/src/InterpreterUtils.ml
@@ -7,7 +7,6 @@ module C = Contexts
module Subst = Substitute
module A = CfimAst
module L = Logging
-open ValuesUtils
open Utils
open TypesUtils
module PA = Print.EvalCtxCfimAst