diff options
Diffstat (limited to 'src/boot/fe/parser.ml')
| -rw-r--r-- | src/boot/fe/parser.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/boot/fe/parser.ml b/src/boot/fe/parser.ml index 5df44303..97cf8985 100644 --- a/src/boot/fe/parser.ml +++ b/src/boot/fe/parser.ml @@ -181,13 +181,11 @@ let err (str:string) (ps:pstate) = let (slot_nil:Ast.slot) = { Ast.slot_mode = Ast.MODE_interior; - Ast.slot_mutable = false; Ast.slot_ty = Some Ast.TY_nil } ;; let (slot_auto:Ast.slot) = { Ast.slot_mode = Ast.MODE_interior; - Ast.slot_mutable = true; Ast.slot_ty = None } ;; |