summaryrefslogtreecommitdiff
path: root/src/InterpreterPaths.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-06 11:01:44 +0100
committerSon Ho2022-01-06 11:01:44 +0100
commit6a3faa82e09e3fbf23014b53a2b40d420bc70c9b (patch)
tree97cb2ba076c8229a76d168b5ec2ce8e6a87b906f /src/InterpreterPaths.ml
parent8cac3c5cb5f9c36ffa878cf32ce858d171e4e3c8 (diff)
Cleanup a bit more the dependencies and activate more warnings/errors
Diffstat (limited to '')
-rw-r--r--src/InterpreterPaths.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/InterpreterPaths.ml b/src/InterpreterPaths.ml
index fa9fe1a8..e8f5eefc 100644
--- a/src/InterpreterPaths.ml
+++ b/src/InterpreterPaths.ml
@@ -4,7 +4,6 @@ module E = Expressions
module C = Contexts
module Subst = Substitute
module L = Logging
-module Inv = Invariants
module S = Synthesis
open InterpreterUtils
open InterpreterBorrows