소스 검색

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