From 238d7ba98ffa9fcecbd7ae1b448688cb396e0b15 Mon Sep 17 00:00:00 2001 From: Taras Tsugrii Date: Fri, 31 Aug 2018 17:49:38 -0700 Subject: [PATCH] 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 --- csharp/BUCK | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/csharp/BUCK b/csharp/BUCK index 21e3b23f..610c1617 100644 --- a/csharp/BUCK +++ b/csharp/BUCK @@ -6,10 +6,9 @@ load( "//tools/build_defs/oss:yoga_defs.bzl", "BASE_COMPILER_FLAGS", - "is_apple_platform", + "yoga_apple_binary", "yoga_cxx_library", "yoga_dep", - "yoga_apple_binary", ) COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++11"]