Skip to content

Commit f1af639

Browse files
committed
lint: shellcheck SC2034
1 parent 5f97da1 commit f1af639

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ticket

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -777,10 +777,6 @@ cmd_link() {
777777
files+=("$file")
778778
done
779779

780-
# Use awk to update all files in one pass per file
781-
local id_list
782-
id_list=$(printf '%s\n' "${ids[@]}")
783-
784780
local count=0
785781
for ((i=0; i<${#ids[@]}; i++)); do
786782
local file="${files[$i]}"

0 commit comments

Comments
 (0)