[deadcode] fix deadcode

Summary: as per title

Reviewed By: martintrojer

Differential Revision: D18592786

fbshipit-source-id: c3d1f9457
master
Mitya Lyubarskiy 5 years ago committed by Facebook Github Bot
parent 4817cb4c8e
commit cf6e881822

@ -15,8 +15,5 @@ val initialize : absolute_path_to_repo:string option -> ThirdPartyAnnotationInfo
val get_repo : unit -> ThirdPartyAnnotationInfo.storage val get_repo : unit -> ThirdPartyAnnotationInfo.storage
(** Can be accessed only when initialization was done *) (** Can be accessed only when initialization was done *)
val get_absolute_path_to_repo : unit -> string option
(** Can be accessed only when initialization was done. None if there is no repo (i.e. empty repo) *)
val get_user_friendly_third_party_sig_file_name : filename:string -> string val get_user_friendly_third_party_sig_file_name : filename:string -> string
(** Given filename containing the repo signatures, render it in a way convenient for the user *) (** Given filename containing the repo signatures, render it in a way convenient for the user *)

Loading…
Cancel
Save