mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-13 12:26:45 +08:00
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:
committed by
Facebook Github Bot
parent
09c78fe968
commit
a8a63b1560
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user