summaryrefslogtreecommitdiff
path: root/src/InterpreterUtils.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-06 18:25:09 +0100
committerSon Ho2022-01-06 18:25:09 +0100
commit1d0254f555e26968badf05d605cd630c018dcaa8 (patch)
treed11e8d89ec4f398cbbe9f45703cab86e25cb6ff5 /src/InterpreterUtils.ml
parentf3982cbe9782405b50b04c948ba7cb0bd89ef85f (diff)
Cleanup
Diffstat (limited to 'src/InterpreterUtils.ml')
-rw-r--r--src/InterpreterUtils.ml4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/InterpreterUtils.ml b/src/InterpreterUtils.ml
index 40ef0d05..5f86fec2 100644
--- a/src/InterpreterUtils.ml
+++ b/src/InterpreterUtils.ml
@@ -6,10 +6,8 @@ module E = Expressions
module C = Contexts
module Subst = Substitute
module A = CfimAst
-module L = Logging
-open TypesUtils
-open ValuesUtils
open Utils
+open TypesUtils
(** Some utilities *)