[2/4] python3-pip: remove obsolete and confusing comment

Message ID 20220307194236.3837684-2-ross.burton@arm.com
State Accepted, archived
Commit 147875f0bf7b68694c0338b6f212b03bfdca2ea8
Headers show
Series [1/4] pip_install_wheel: don't lazy assign PIPINSTALLARGS | expand

Commit Message

Ross Burton March 7, 2022, 7:42 p.m. UTC
This comment is very obsolete.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-pip_22.0.3.bb | 1 -
 1 file changed, 1 deletion(-)

Patch

diff --git a/meta/recipes-devtools/python/python3-pip_22.0.3.bb b/meta/recipes-devtools/python/python3-pip_22.0.3.bb
index 7eb9fb69ba..8d6dfcede7 100644
--- a/meta/recipes-devtools/python/python3-pip_22.0.3.bb
+++ b/meta/recipes-devtools/python/python3-pip_22.0.3.bb
@@ -45,7 +45,6 @@  EOF
 }
 
 do_install:append() {
-    # Install as pip3 and leave pip2 as default
     if [ -e ${D}/${bindir}/pip ]; then
         rm ${D}/${bindir}/pip
     fi