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