Преглед на файлове

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