Skip to content

Commit

Permalink
Remove the unused implicit attribute _cc_toolchains.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Inouye <[email protected]>
  • Loading branch information
mikesinouye committed Dec 12, 2024
1 parent 75ba25f commit 15305e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions verilator/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@ verilator_cc_library = rule(
doc = "Additional command line options to pass to Verilator",
default = ["-Wall"],
),
"_cc_toolchain": attr.label(
doc = "CC compiler.",
default = Label("@bazel_tools//tools/cpp:current_cc_toolchain"),
),
"_copy_tree": attr.label(
doc = "A tool for copying a tree of files",
cfg = "exec",
Expand Down

0 comments on commit 15305e2

Please sign in to comment.