commit: a915ccbee7294a96eeb068bfe056686d759ba4d4
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Thu Jun 5 02:25:29 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 03:07:41 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a915ccbe
estrip: remove a stray comment
Remove a comment describing a mechanic that was slightly changed - then
encapsulated by a function - during development, and which I had
forgotten to remove before queuing the associated patch.
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/estrip | 1 -
1 file changed, 1 deletion(-)
diff --git a/bin/estrip b/bin/estrip
index af497682af..50bf308f08 100755
--- a/bin/estrip
+++ b/bin/estrip
@@ -287,7 +287,6 @@ dedup_elf_debug() {
dedup_elf_debug() { :; }
return
elif ! hash "${name_of[dwz]}" 2>/dev/null; then
- # Write out a warning to a function-scoped log file, atomically.
stash_warning <<-'EOF'
FEATURES=dedupdebug requires the dwz binary, which was not
found!
EOF