summaryrefslogtreecommitdiff
path: root/src/InterpreterExpansion.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/InterpreterExpansion.ml')
-rw-r--r--src/InterpreterExpansion.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/InterpreterExpansion.ml b/src/InterpreterExpansion.ml
index 2de06f24..345c3df3 100644
--- a/src/InterpreterExpansion.ml
+++ b/src/InterpreterExpansion.ml
@@ -10,7 +10,6 @@ module C = Contexts
module Subst = Substitute
module L = Logging
open TypesUtils
-open ValuesUtils
module Inv = Invariants
module S = Synthesis
open InterpreterUtils
@@ -54,7 +53,7 @@ let apply_symbolic_expansion_to_target_avalues (config : C.config)
let check_symbolic_no_ended = false in
(* Prepare reborrows registration *)
let fresh_reborrow, apply_registered_reborrows =
- prepare_reborrows config allow_reborrows ctx
+ prepare_reborrows config allow_reborrows
in
(* Visitor to apply the expansion *)
let obj =