aboutsummaryrefslogtreecommitdiff
path: root/pw_protobuf_compiler/pw_proto_library.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'pw_protobuf_compiler/pw_proto_library.bzl')
-rw-r--r--pw_protobuf_compiler/pw_proto_library.bzl2
1 files changed, 0 insertions, 2 deletions
diff --git a/pw_protobuf_compiler/pw_proto_library.bzl b/pw_protobuf_compiler/pw_proto_library.bzl
index 911e28fa7..3f73689a6 100644
--- a/pw_protobuf_compiler/pw_proto_library.bzl
+++ b/pw_protobuf_compiler/pw_proto_library.bzl
@@ -42,7 +42,6 @@ load("@bazel_skylib//lib:paths.bzl", "paths")
load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "use_cpp_toolchain")
load(
"@pigweed//pw_build/bazel_internal:pigweed_internal.bzl",
- "PW_DEFAULT_COPTS",
_compile_cc = "compile_cc",
)
load("@rules_proto//proto:defs.bzl", "ProtoInfo")
@@ -499,7 +498,6 @@ def _impl_pw_proto_library(ctx):
ctx.attr.deps,
all_includes,
defines = [],
- user_compile_flags = PW_DEFAULT_COPTS,
)
# Instantiate the aspects and rules for generating code using specific plugins.