[nullsafe] Remove deadcode

Summary: deadcode was introduced in D17313660

Reviewed By: ngorogiannis

Differential Revision: D17395584

fbshipit-source-id: eeb4fa0eb
master
Mitya Lyubarskiy 5 years ago committed by Facebook Github Bot
parent 5de3e415db
commit fc651cb876

@ -560,9 +560,6 @@ being the name of the struct, [None] means the parameter is of some other type.
val is_objc_block : t -> bool val is_objc_block : t -> bool
(** Return whether the procname is a block procname. *) (** Return whether the procname is a block procname. *)
val hash : t -> int
(** Hash function for procname. *)
val is_c_method : t -> bool val is_c_method : t -> bool
(** Return true this is an Objective-C/C++ method name. *) (** Return true this is an Objective-C/C++ method name. *)

Loading…
Cancel
Save