[graphql] kill unused files

Reviewed By: dulmarod

Differential Revision: D5583094

fbshipit-source-id: 63da86a
master
Jules Villard 8 years ago committed by Facebook Github Bot
parent a3452e5119
commit f5ee50e7b5

@ -85,8 +85,7 @@ let decl_checkers_list =
(* List of checkers on stmts *that return 0 or 1 issue* *)
let stmt_single_checkers_list =
[ ComponentKit.component_file_cyclomatic_complexity_info
; ComponentKit.component_initializer_with_side_effects_advice
; GraphQL.DeprecatedAPIUsage.checker ]
; ComponentKit.component_initializer_with_side_effects_advice ]
let stmt_checkers_list = List.map ~f:single_to_multi stmt_single_checkers_list

@ -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…
Cancel
Save