commit:     cb9b0345406b4eacaa0ada550febe131ded5a816
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 15 17:37:30 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 16 07:23:32 2025 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=cb9b0345

bintree: Remove unused 'passwd' variable

Part-of: https://github.com/gentoo/portage/pull/1511
Closes: https://github.com/gentoo/portage/pull/1511
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 lib/portage/dbapi/bintree.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/portage/dbapi/bintree.py b/lib/portage/dbapi/bintree.py
index 55e7a9d921..c1d55499a6 100644
--- a/lib/portage/dbapi/bintree.py
+++ b/lib/portage/dbapi/bintree.py
@@ -1394,7 +1394,6 @@ class binarytree:
         host = parsed_url.hostname or ""
         port = parsed_url.port
         user = parsed_url.username
-        passwd = parsed_url.password
         user_passwd = user + "@" if user else ""
         gpkg_only_warned = False
 

Reply via email to