diff options
author | Jonathan Protzenko | 2022-01-10 11:18:27 -0800 |
---|---|---|
committer | Jonathan Protzenko | 2022-01-10 11:18:27 -0800 |
commit | 6268a942eec4ab143cf898af219f6a1324e5204d (patch) | |
tree | 99588026a75122d0cbb98a3d60037482c95c7f29 | |
parent | 46dd5345b4843734563aaa0a001723f32a34586a (diff) |
remove another warning
Diffstat (limited to '')
-rw-r--r-- | src/InterpreterUtils.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/InterpreterUtils.ml b/src/InterpreterUtils.ml index 6c5d3289..fd596fd3 100644 --- a/src/InterpreterUtils.ml +++ b/src/InterpreterUtils.ml @@ -7,7 +7,6 @@ module C = Contexts module Subst = Substitute module A = CfimAst module L = Logging -open ValuesUtils open Utils open TypesUtils module PA = Print.EvalCtxCfimAst |