summaryrefslogtreecommitdiff
path: root/src/Values.ml
diff options
context:
space:
mode:
authorSon Ho2021-12-17 15:14:36 +0100
committerSon Ho2021-12-17 15:14:36 +0100
commit597305ceaaebd7c37f767aa695fd9455dafd26cc (patch)
treebd34472a5085d7889eed37d2f0dd20d9f785d69c /src/Values.ml
parent145817d32ac51dbb2240ccc4e550b0c75e76d928 (diff)
Use RegionVarId and RegionId in a more consistent manner
Diffstat (limited to 'src/Values.ml')
-rw-r--r--src/Values.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Values.ml b/src/Values.ml
index 4b5b9b4e..96feb814 100644
--- a/src/Values.ml
+++ b/src/Values.ml
@@ -13,8 +13,6 @@ module SymbolicValueId = IdGen ()
module AbstractionId = IdGen ()
-module RegionId = IdGen ()
-
(** A variable *)
type big_int = Z.t