Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Mar 8, 2024
1 parent 4a840f8 commit 155304a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/gz_msgs_generate.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ def _gz_proto_factory_impl(ctx):
for proto in src[ProtoInfo].direct_sources:
in_protos.append(proto)

#for proto in src[ProtoInfo].transitive_sources.to_list():
# print('transitive: ', proto)
# in_protos.append(proto)

in_protos = depset(in_protos).to_list()
arguments = [
"--cc-output=" + ctx.outputs.cc_output.path,
Expand Down

0 comments on commit 155304a

Please sign in to comment.