From 34b70875154cd187ff70cc9a53e9fda21e4df5db Mon Sep 17 00:00:00 2001 From: Joshua Gross Date: Tue, 12 Mar 2019 10:43:59 -0700 Subject: [PATCH] Remove folly::futures targets Summary: Remove unused BUCK targets. Reviewed By: fkgozali Differential Revision: D14416459 fbshipit-source-id: f9ee07c6e30dc825627cda9bdf8128ada5ef5166 --- ReactCommon/fabric/components/image/BUCK | 1 - ReactCommon/fabric/imagemanager/BUCK | 1 - 2 files changed, 2 deletions(-) diff --git a/ReactCommon/fabric/components/image/BUCK b/ReactCommon/fabric/components/image/BUCK index 72a6a7add1d..8416205ae70 100644 --- a/ReactCommon/fabric/components/image/BUCK +++ b/ReactCommon/fabric/components/image/BUCK @@ -45,7 +45,6 @@ rn_xplat_cxx_library( visibility = ["PUBLIC"], deps = [ "fbsource//xplat/fbsystrace:fbsystrace", - "fbsource//xplat/folly:futures", "fbsource//xplat/folly:headers_only", "fbsource//xplat/folly:memory", "fbsource//xplat/folly:molly", diff --git a/ReactCommon/fabric/imagemanager/BUCK b/ReactCommon/fabric/imagemanager/BUCK index 9ce5432ec45..d1014ecbc74 100644 --- a/ReactCommon/fabric/imagemanager/BUCK +++ b/ReactCommon/fabric/imagemanager/BUCK @@ -91,7 +91,6 @@ rn_xplat_cxx_library( visibility = ["PUBLIC"], deps = [ "fbsource//xplat/fbsystrace:fbsystrace", - "fbsource//xplat/folly:futures", "fbsource//xplat/folly:headers_only", "fbsource//xplat/folly:memory", "fbsource//xplat/folly:molly",