[pulse][trivial] remove unused warning suppression

Summary: It's used now.

Reviewed By: da319

Differential Revision: D27156190

fbshipit-source-id: 9aced1842
master
Jules Villard 4 years ago committed by Facebook GitHub Bot
parent 4bcf013859
commit 026ff12e69

@ -82,7 +82,6 @@ val is_unsat_cheap : t -> bool
val is_unsat_expensive : val is_unsat_expensive :
Tenv.t -> get_dynamic_type:(AbstractValue.t -> Typ.t option) -> t -> t * bool * new_eqs Tenv.t -> get_dynamic_type:(AbstractValue.t -> Typ.t option) -> t -> t * bool * new_eqs
[@@warning "-32"]
(** whether the state contains a contradiction, only call this when you absolutely have to *) (** whether the state contains a contradiction, only call this when you absolutely have to *)
val as_int : t -> AbstractValue.t -> int option val as_int : t -> AbstractValue.t -> int option

Loading…
Cancel
Save