Skip to content

Commit d0fce68

Browse files
chore: remove invalid comment (#1384)
Our behavior matches SPM's behavior. Signed-off-by: Brentley Jones <[email protected]>
1 parent 28a4d46 commit d0fce68

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

swiftpkg/internal/pkginfo_target_deps.bzl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ def _resolve_by_name(pkg_ctx, name):
5858
# 1. Check for target in this package.
5959
# 2. Check for product in this package.
6060
# 3. Check for a package with the same name as a dependent package.
61-
#
62-
# NOTE: This is different from what the SPM code seems to have coded.
63-
# However, if we do not check for a local target first, we can end up with
64-
# a circular dependency error in Bazel in the nimble_example.
6561

6662
target = lists.find(pkg_ctx.pkg_info.targets, lambda t: t.name == name)
6763
if target != None:

0 commit comments

Comments
 (0)