We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e225a1e commit f2fa07aCopy full SHA for f2fa07a
python/private/attributes.bzl
@@ -156,12 +156,6 @@ def copy_common_test_kwargs(kwargs):
156
if key in kwargs
157
}
158
159
-CC_TOOLCHAIN = {
160
- # NOTE: The `cc_helper.find_cpp_toolchain()` function expects the attribute
161
- # name to be this name.
162
- "_cc_toolchain": attr.label(default = "@bazel_tools//tools/cpp:current_cc_toolchain"),
163
-}
164
-
165
# The common "data" attribute definition.
166
DATA_ATTRS = {
167
# NOTE: The "flags" attribute is deprecated, but there isn't an alternative
0 commit comments