This is an automated email from the git hooks/post-receive script.
ildumi pushed a commit to branch development
in repository libtool.
The following commit(s) were added to refs/heads/development by this push:
new e517cfe7 ltmain: Remove unnecessary comment for INN
e517cfe7 is described below
commit e517cfe7e1f11d5b5d99f63554521e239d5219e8
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Thu Jun 27 17:31:29 2024 +0300
ltmain: Remove unnecessary comment for INN
---
build-aux/ltmain.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index f850b951..5221b87f 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -6734,7 +6734,6 @@ func_mode_link ()
# that some nasty dependency loop isn't accidentally
# broken: new_libs="$deplib $new_libs"
for deplib in $tmp_libs; do
- # Modification for INN in the loop (fix --preserve-dup-deps).
if $opt_preserve_dup_deps; then
new_libs="$deplib $new_libs"
else