From 611d4b830722426bde0354605f3c2c7cbb73f3e7 Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Sat, 22 Aug 2020 18:48:56 -0700 Subject: [PATCH] [gardening] PlaygroundSupport is a build-script product now... remove dead-code remnants. Just deleting dead code. --- utils/build-script-impl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/utils/build-script-impl b/utils/build-script-impl index 6e471f191c386..16bf04f3efaf9 100755 --- a/utils/build-script-impl +++ b/utils/build-script-impl @@ -1231,9 +1231,6 @@ function build_directory_bin() { ;; libicu) ;; - playgroundsupport) - echo "${root}/${PLAYGROUNDSUPPORT_BUILD_TYPE}/bin" - ;; *) echo "error: unknown product: ${product}" exit 1 @@ -1352,9 +1349,6 @@ function cmake_config_opt() { ;; libicu) ;; - playgroundsupport) - echo "--config ${PLAYGROUNDSUPPORT_BUILD_TYPE}" - ;; *) echo "error: unknown product: ${product}" exit 1