Skip to content

Commit 749c7ea

Browse files
podtserkovskiyfacebook-github-bot
authored andcommitted
Go rules unification: Drop platform_external_linker_flags
Summary: Unused Reviewed By: echistyakov Differential Revision: D61713617 fbshipit-source-id: 42c77ca36ee3d65c4f5a3672b61dcdbeb5f59970
1 parent 01b1657 commit 749c7ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

prelude/decls/go_rules.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ go_binary = prelude_rule(
151151
"labels": attrs.list(attrs.string(), default = []),
152152
"licenses": attrs.list(attrs.source(), default = []),
153153
"platform": attrs.option(attrs.string(), default = None),
154-
"platform_external_linker_flags": attrs.list(attrs.tuple(attrs.regex(), attrs.list(attrs.arg())), default = []),
155154
}
156155
),
157156
)
@@ -240,7 +239,6 @@ go_exported_library = prelude_rule(
240239
"labels": attrs.list(attrs.string(), default = []),
241240
"licenses": attrs.list(attrs.source(), default = []),
242241
"platform": attrs.option(attrs.string(), default = None),
243-
"platform_external_linker_flags": attrs.list(attrs.tuple(attrs.regex(), attrs.list(attrs.arg())), default = []),
244242
}
245243
),
246244
)

0 commit comments

Comments
 (0)