Skip to content

Commit d9d0984

Browse files
rwgkcopybara-github
authored andcommitted
Internal change.
PiperOrigin-RevId: 454930028
1 parent 59f7b2a commit d9d0984

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

pybind11_protobuf/BUILD

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,6 @@ licenses(["notice"])
77

88
exports_files(["LICENSE"])
99

10-
pybind_library(
11-
name = "proto_utils",
12-
srcs = ["proto_utils.cc"],
13-
hdrs = [
14-
"proto_utils.h",
15-
],
16-
visibility = [
17-
"//learning/brain/experimental/telamon/python:__pkg__",
18-
"//pybind11_protobuf:__subpackages__",
19-
"//third_party/robotics/juggler/jet/components/python:__pkg__",
20-
],
21-
deps = [
22-
"@com_google_absl//absl/strings",
23-
"@com_google_protobuf//:protobuf",
24-
],
25-
)
26-
27-
pybind_extension(
28-
name = "proto",
29-
srcs = ["proto.cc"],
30-
visibility = [
31-
"//visibility:public", # Scheuklappen: keep
32-
],
33-
deps = [":proto_utils"],
34-
)
35-
3610
pybind_library(
3711
name = "enum_type_caster",
3812
hdrs = ["enum_type_caster.h"],

0 commit comments

Comments
 (0)