From 7c98cfb56e73e326446a812be19b3ac9d6e2f240 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 18 Mar 2016 21:24:46 +0900 Subject: [PATCH] install_pip.sh: Remove stale comments Change-Id: Id91c8e579977bedae1410095d9b4cef9d9ae2178 --- tools/install_pip.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/install_pip.sh b/tools/install_pip.sh index 2a9d813eac..17c7b619d1 100755 --- a/tools/install_pip.sh +++ b/tools/install_pip.sh @@ -2,12 +2,9 @@ # **install_pip.sh** -# install_pip.sh [--pip-version ] [--use-get-pip] [--force] -# # Update pip and friends to a known common version # Assumptions: -# - update pip to $INSTALL_PIP_VERSION # - if USE_PYTHON3=True, PYTHON3_VERSION refers to a version already installed set -o errexit