summaryrefslogtreecommitdiff
path: root/src/Expressions.ml
diff options
context:
space:
mode:
authorSon Ho2021-11-22 19:52:49 +0100
committerSon Ho2021-11-22 19:52:49 +0100
commit115960297c2f9cf839d51232dd2961e0d4817657 (patch)
treea1d05c1f1692e5c8230cca18c49641e297dbbbc6 /src/Expressions.ml
parent402a5405f5e622cd09b6dafbe630bc4348ebe681 (diff)
Make progress on {read,write}_path
Diffstat (limited to 'src/Expressions.ml')
-rw-r--r--src/Expressions.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Expressions.ml b/src/Expressions.ml
index 66cf5197..c0ee90a9 100644
--- a/src/Expressions.ml
+++ b/src/Expressions.ml
@@ -9,7 +9,6 @@ type projection_elem =
| Deref
| DerefBox
| Field of field_proj_kind * FieldId.id
- | Downcast of VariantId.id
type projection = projection_elem list