Remove unused loads from build files.

Summary: Unused loads hurt readability and take time to process.

Reviewed By: hramos

Differential Revision: D9494120

fbshipit-source-id: 455b56efadab1cb976344cffcb427772bfda2f71
This commit is contained in:
Taras Tsugrii
2018-08-31 17:49:38 -07:00
committed by Facebook Github Bot
parent 09c78fe968
commit a8a63b1560
16 changed files with 25 additions and 29 deletions

View File

@@ -1,14 +1,14 @@
load("@xplat//configurations/buck/apple:flag_defs.bzl", "OBJC_ARC_PREPROCESSOR_FLAGS", "get_application_ios_flags", "get_debug_preprocessor_flags")
load("@xplat//configurations/buck/apple:flag_defs.bzl", "get_debug_preprocessor_flags")
load(
"//tools/build_defs/oss:rn_defs.bzl",
"ANDROID",
"APPLE",
"fb_xplat_cxx_test",
"get_apple_compiler_flags",
"get_apple_inspector_flags",
"react_native_xplat_target",
"get_apple_compiler_flags",
"subdir_glob",
"fb_xplat_cxx_test",
"rn_xplat_cxx_library",
"subdir_glob",
)
APPLE_COMPILER_FLAGS = get_apple_compiler_flags()