Skip to content

Commit

Permalink
Remove duplicate line
Browse files Browse the repository at this point in the history
line 71 does the same thing.
  • Loading branch information
jschwe committed May 10, 2024
1 parent df4897e commit 5bfa8ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/CorrosionGenerator.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ function(_generator_add_package_targets)
string(JSON target_name GET "${target}" "name")
string(JSON target_kind GET "${target}" "kind")
string(JSON target_kind_len LENGTH "${target_kind}")
string(JSON target_name GET "${target}" "name")

math(EXPR target_kind_len-1 "${target_kind_len} - 1")
set(kinds)
Expand Down

0 comments on commit 5bfa8ac

Please sign in to comment.