Skip to content

Commit d493088

Browse files
committed
remove useless comments
1 parent 4236e5c commit d493088

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jscomp/core/js_dump.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,9 +869,8 @@ and expression_desc cxt ~(level:int) f x : cxt =
869869
pp_comment_option f (Some p.name);
870870
expression_desc cxt ~level f (Object objs)
871871
| Caml_block ( _, _, _, (Blk_module_export | Blk_na _ )) -> assert false
872-
| Caml_block( el, mutable_flag, _tag, (Blk_tuple | Blk_class | Blk_array as tag_info))
872+
| Caml_block( el, mutable_flag, _tag, (Blk_tuple | Blk_class | Blk_array ))
873873
->
874-
pp_comment_option f (Lam_compile_util.comment_of_tag_info tag_info);
875874
expression_desc cxt ~level f (Array (el, mutable_flag))
876875

877876
| Caml_block_tag e ->

0 commit comments

Comments
 (0)