summaryrefslogtreecommitdiff
path: root/src/PrintSymbolicAst.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-26 09:43:22 +0100
committerSon Ho2022-01-26 09:43:22 +0100
commit38e65c4cab23b06bcd4e8824f6e3c51b2e79e434 (patch)
treed655d5e98ebe45dbfea6f7a98e1279fca33df980 /src/PrintSymbolicAst.ml
parenteb99be9ac37b9b42dbf5767b135773b03fafd7e1 (diff)
Remove SymbolicAstUtils.ml
Diffstat (limited to '')
-rw-r--r--src/PrintSymbolicAst.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PrintSymbolicAst.ml b/src/PrintSymbolicAst.ml
index ec07a270..25b39e2e 100644
--- a/src/PrintSymbolicAst.ml
+++ b/src/PrintSymbolicAst.ml
@@ -15,7 +15,6 @@ module A = CfimAst
module C = Contexts
module M = Modules
open SymbolicAst
-open SymbolicAstUtils
module P = Print
module PT = Print.Types