Reviewed By: dulmarod Differential Revision: D5583094 fbshipit-source-id: 63da86amaster
parent
a3452e5119
commit
f5ee50e7b5
@ -1,14 +0,0 @@
|
||||
(*
|
||||
* Copyright (c) 2016 - present Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*)
|
||||
|
||||
open! IStd
|
||||
|
||||
module DeprecatedAPIUsage = struct
|
||||
let checker _ _ = None
|
||||
end
|
@ -1,14 +0,0 @@
|
||||
(*
|
||||
* Copyright (c) 2016 - present Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*)
|
||||
|
||||
open! IStd
|
||||
|
||||
module DeprecatedAPIUsage : sig
|
||||
val checker : CLintersContext.context -> Ctl_parser_types.ast_node -> CIssue.issue_desc option
|
||||
end
|
Loading…
Reference in new issue