Remove commented out code.
diff --git a/.bazelrc b/.bazelrc index a4fd138..0a74bad 100644 --- a/.bazelrc +++ b/.bazelrc
@@ -4,8 +4,6 @@ common:rbe --tool_java_runtime_version=11 common:workspace --enable_bzlmod=false --enable_workspace=true -#common:workspace --enable_platform_specific_config -#common:workspace --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 --sandbox_add_mount_pair=/tmp build --strategy=KotlinCompile=worker build --test_output=all
diff --git a/src/main/starlark/core/repositories/BUILD b/src/main/starlark/core/repositories/BUILD index 3fc98f4..4e7723a 100644 --- a/src/main/starlark/core/repositories/BUILD +++ b/src/main/starlark/core/repositories/BUILD
@@ -39,7 +39,4 @@ name = "repositories", srcs = glob(["*.bzl"]), visibility = ["//:__subpackages__"], - # deps = [ - # "@rules_proto//proto:defs", - # ], )