Skip to content

Commit ea33d07

Browse files
committed
remove premature comment
1 parent 023c1f5 commit ea33d07

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ocaml/parsing/parser.mly

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ let mk_attr ~loc name payload =
150150
Builtin_attributes.(register_attr Parser name);
151151
Attr.mk ~loc name payload
152152

153-
(* CR zqian: someday we should put attributes on the expression, instead of
154-
extension node. *)
155153
let mkexp_with_modes ?(ghost=false) ~loc modes exp =
156154
match Mode.payload_of modes with
157155
| None -> exp

0 commit comments

Comments
 (0)