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,7 +1,5 @@
load(
"//configurations/buck/apple:flag_defs.bzl",
"OBJC_ARC_PREPROCESSOR_FLAGS",
"get_application_ios_flags",
"get_debug_preprocessor_flags",
)
load(
@@ -11,7 +9,6 @@ load(
"fb_xplat_cxx_test",
"get_apple_compiler_flags",
"get_apple_inspector_flags",
"react_native_xplat_target",
"rn_xplat_cxx_library",
"subdir_glob",
)