Skip to content

Commit

Permalink
[gardening] PlaygroundSupport is a build-script product now... remove…
Browse files Browse the repository at this point in the history
… dead-code remnants.

Just deleting dead code.
  • Loading branch information
gottesmm committed Aug 23, 2020
1 parent 5d37354 commit 611d4b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions utils/build-script-impl
Original file line number Diff line number Diff line change
Expand Up @@ -1231,9 +1231,6 @@ function build_directory_bin() {
;;
libicu)
;;
playgroundsupport)
echo "${root}/${PLAYGROUNDSUPPORT_BUILD_TYPE}/bin"
;;
*)
echo "error: unknown product: ${product}"
exit 1
Expand Down Expand Up @@ -1352,9 +1349,6 @@ function cmake_config_opt() {
;;
libicu)
;;
playgroundsupport)
echo "--config ${PLAYGROUNDSUPPORT_BUILD_TYPE}"
;;
*)
echo "error: unknown product: ${product}"
exit 1
Expand Down

0 comments on commit 611d4b8

Please sign in to comment.