From 602412fd2af4e31cce8a0c1fb30a5ebcbb656d14 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 3 Feb 2016 17:23:20 -0800 Subject: [PATCH] build_packages: remove unused --accept_licenses This flag was dropped from setup_board way back in commit 7d6619df8. --- build_packages | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build_packages b/build_packages index 23722d68dd..8369b5ba82 100755 --- a/build_packages +++ b/build_packages @@ -45,8 +45,6 @@ DEFINE_string getbinpkgver "" \ "Use binary packages from a specific version." DEFINE_boolean toolchainpkgonly $FLAGS_FALSE \ "Use binary packages only for the board toolchain." -DEFINE_string accept_licenses "" \ - "Licenses to append to the accept list." DEFINE_integer jobs "${NUM_JOBS}" \ "How many packages to build in parallel at maximum." DEFINE_boolean rebuild "${FLAGS_FALSE}" \ @@ -82,9 +80,6 @@ CHROMITE_BIN="${GCLIENT_ROOT}/chromite/bin" # Before we can run any tools, we need to update chroot or setup_board. UPDATE_ARGS=( --regen_configs ) -if [[ -n ${FLAGS_accept_licenses} ]]; then - UPDATE_ARGS+=( --accept_licenses "${FLAGS_accept_licenses}" ) -fi if [ "${FLAGS_usepkg}" -eq "${FLAGS_TRUE}" ]; then UPDATE_ARGS+=( --usepkg ) if [[ "${FLAGS_getbinpkg}" -eq "${FLAGS_TRUE}" ]]; then