[nullsafe] Fix deadcode

Summary: Comparison was removed in the previous diff

Reviewed By: jvillard

Differential Revision: D20249645

fbshipit-source-id: 65d13e9fd
master
Mitya Lyubarskiy 5 years ago committed by Facebook Github Bot
parent 0322e17e72
commit 1b3baa3d45

@ -38,8 +38,6 @@ and method_call_origin =
; annotated_signature: AnnotatedSignature.t ; annotated_signature: AnnotatedSignature.t
; is_library: bool } ; is_library: bool }
let equal = [%compare.equal: t]
let get_nullability = function let get_nullability = function
| NullConst _ -> | NullConst _ ->
Nullability.Null Nullability.Null

@ -46,8 +46,6 @@ and method_call_origin =
; annotated_signature: AnnotatedSignature.t ; annotated_signature: AnnotatedSignature.t
; is_library: bool } ; is_library: bool }
val equal : t -> t -> bool
val get_nullability : t -> Nullability.t val get_nullability : t -> Nullability.t
val get_description : t -> string option val get_description : t -> string option

Loading…
Cancel
Save