summaryrefslogtreecommitdiff
path: root/src/InterpreterBorrows.ml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/InterpreterBorrows.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/InterpreterBorrows.ml b/src/InterpreterBorrows.ml
index 33501939..b60f0973 100644
--- a/src/InterpreterBorrows.ml
+++ b/src/InterpreterBorrows.ml
@@ -1,12 +1,8 @@
module T = Types
module V = Values
-module E = Expressions
module C = Contexts
module Subst = Substitute
-module A = CfimAst
module L = Logging
-module Inv = Invariants
-module S = Synthesis
open Utils
open InterpreterUtils
open InterpreterProjectors