瀏覽代碼

remove outdated comment

Dan Korostelev 3 年之前
父節點
當前提交
4d0c431c93
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/typing/fields.ml

+ 0 - 1
src/typing/fields.ml

@@ -108,7 +108,6 @@ let check_no_closure_meta ctx cf fa mode p =
 	| _ ->
 		()
 
-(* Note: `p` is the position of the field access expression. *)
 let field_access ctx mode f fh e pfield =
 	let pfull = punion e.epos pfield in
 	let is_set = match mode with MSet _ -> true | _ -> false in