Skip to content

Commit

Permalink
Remove internal-only method from java_semantics.bzl
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 577763595
Change-Id: I67a5eef02ee01a7c3be467c0b6183376002a66fe
  • Loading branch information
hvadehra authored and copybara-github committed Oct 30, 2023
1 parent 8cab6aa commit e768bf8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/starlark/builtins_bzl/common/java/java_semantics.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ Java Semantics
def _postprocess(ctx, base_info):
return base_info.java_info

def _check_proto_registry_collision(ctx):
pass

def _find_java_toolchain(ctx):
return ctx.toolchains["@bazel_tools//tools/jdk:toolchain_type"].java

Expand Down Expand Up @@ -65,7 +62,6 @@ semantics = struct(
],
ALLOWED_RULES_IN_DEPS_WITH_WARNING = [],
LINT_PROGRESS_MESSAGE = "Running Android Lint for: %{label}",
check_proto_registry_collision = _check_proto_registry_collision,
JAVA_STUB_TEMPLATE_LABEL = "@bazel_tools//tools/jdk:java_stub_template.txt",
BUILD_INFO_TRANSLATOR_LABEL = None,
JAVA_TEST_RUNNER_LABEL = "@bazel_tools//tools/jdk:TestRunner",
Expand Down

0 comments on commit e768bf8

Please sign in to comment.