summaryrefslogtreecommitdiff
path: root/src/InterpreterUtils.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-06 10:52:37 +0100
committerSon Ho2022-01-06 10:52:37 +0100
commit8cac3c5cb5f9c36ffa878cf32ce858d171e4e3c8 (patch)
tree5cab61dc6de5972f8703493767bbdcda643a5535 /src/InterpreterUtils.ml
parent9de2ecb71504ff0c31f0825dbe5d54ddf3d9d4a1 (diff)
Cleanup the dependencies a bit
Diffstat (limited to 'src/InterpreterUtils.ml')
-rw-r--r--src/InterpreterUtils.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/InterpreterUtils.ml b/src/InterpreterUtils.ml
index dc5a0477..be3d606c 100644
--- a/src/InterpreterUtils.ml
+++ b/src/InterpreterUtils.ml
@@ -2,9 +2,7 @@
module T = Types
module V = Values
-open Scalars
module E = Expressions
-open Errors
module C = Contexts
module Subst = Substitute
module A = CfimAst