summaryrefslogtreecommitdiff
path: root/src/SymbolicAst.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-28 00:04:22 +0100
committerSon Ho2022-01-28 00:04:22 +0100
commitb4ecf513020b2d5bfdfb7b9e2a721feab6e6998e (patch)
tree024899cb85a6835d73d2bda5b68c986f1f7ad6f1 /src/SymbolicAst.ml
parent4fcc9f5ca26bec31d1c4d6ead1578e96337dd329 (diff)
Remove the Aggregated variant from SymbolicAst.meta as it is included in
the Assignment variant
Diffstat (limited to '')
-rw-r--r--src/SymbolicAst.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SymbolicAst.ml b/src/SymbolicAst.ml
index 07afd914..4eca712a 100644
--- a/src/SymbolicAst.ml
+++ b/src/SymbolicAst.ml
@@ -50,8 +50,6 @@ type call = {
*)
type meta =
- | Aggregate of mplace option * V.typed_value
- (** We generated an aggregate value *)
| Assignment of mplace * V.typed_value
(** We generated an assignment (destination, assigned value) *)