From 588d2c91baa0ce21b13de3af6cd2f8d77737dbbe Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Tue, 11 Oct 2016 04:53:53 -0700 Subject: [PATCH] Remove unused buck rule Summary: CSSLayoutTestUtils doesn't exist anymore Reviewed By: lucasr Differential Revision: D3992982 fbshipit-source-id: 427270e5a164974a8e964a4b23461b18d9b91066 --- BUCK | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/BUCK b/BUCK index 57eacbf9..f626dc5a 100644 --- a/BUCK +++ b/BUCK @@ -61,19 +61,6 @@ cxx_binary( visibility = ['PUBLIC'], ) -cxx_library( - name = 'CSSLayoutTestUtils', - srcs = glob(['tests/CSSLayoutTestUtils/*.c']), - xcode_public_headers_symlinks = True, - exported_headers = subdir_glob([('tests', 'CSSLayoutTestUtils/*.h')]), - header_namespace = '', - compiler_flags = COMPILER_FLAGS, - deps = [ - ':CSSLayout', - ], - visibility = ['PUBLIC'], -) - cxx_test( name = 'CSSLayout_tests', contacts = ['emilsj@fb.com'], @@ -81,7 +68,6 @@ cxx_test( compiler_flags = TEST_COMPILER_FLAGS, deps = [ ':CSSLayout', - ':CSSLayoutTestUtils', GTEST_TARGET, ], visibility = ['PUBLIC'],