Skip to content

Commit

Permalink
Remove _headermap_builder from framework.bzl (#890)
Browse files Browse the repository at this point in the history
This was completely unused
  • Loading branch information
luispadron authored Aug 8, 2024
1 parent 55ed20d commit 4c016ec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rules/framework.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1216,13 +1216,6 @@ that this target depends on.
""",
cfg = transition_support.apple_platform_split_transition,
),
"_headermap_builder": attr.label(
executable = True,
cfg = "exec",
default = Label(
"//rules/hmap:hmaptool",
),
),
"stamp": attr.int(
mandatory = False,
default = 0,
Expand Down

0 comments on commit 4c016ec

Please sign in to comment.