Skip to content

Commit

Permalink
Go rules unification: Drop platform_external_linker_flags
Browse files Browse the repository at this point in the history
Summary: Unused

Reviewed By: echistyakov

Differential Revision: D61713617

fbshipit-source-id: 42c77ca36ee3d65c4f5a3672b61dcdbeb5f59970
  • Loading branch information
podtserkovskiy authored and facebook-github-bot committed Aug 23, 2024
1 parent 4fd779f commit ead7446
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions decls/go_rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ go_binary = prelude_rule(
"labels": attrs.list(attrs.string(), default = []),
"licenses": attrs.list(attrs.source(), default = []),
"platform": attrs.option(attrs.string(), default = None),
"platform_external_linker_flags": attrs.list(attrs.tuple(attrs.regex(), attrs.list(attrs.arg())), default = []),
}
),
)
Expand Down Expand Up @@ -240,7 +239,6 @@ go_exported_library = prelude_rule(
"labels": attrs.list(attrs.string(), default = []),
"licenses": attrs.list(attrs.source(), default = []),
"platform": attrs.option(attrs.string(), default = None),
"platform_external_linker_flags": attrs.list(attrs.tuple(attrs.regex(), attrs.list(attrs.arg())), default = []),
}
),
)
Expand Down

0 comments on commit ead7446

Please sign in to comment.