From 1a4640842bc9071e0636d526be4601c1448e29d5 Mon Sep 17 00:00:00 2001 From: Ben Lee Date: Thu, 12 Oct 2023 14:45:33 -0700 Subject: [PATCH] Remove copy/pasted BUILD files that call kt_configure_toolchains (#1053) * Remove copy/pasted BUILD files that call kt_configure_toolchains * Formatting --- kotlin/internal/utils/BUILD.release.bazel | 4 ---- src/main/starlark/core/repositories/BUILD.release.bazel | 4 ---- 2 files changed, 8 deletions(-) diff --git a/kotlin/internal/utils/BUILD.release.bazel b/kotlin/internal/utils/BUILD.release.bazel index d03419764..cdd15e464 100644 --- a/kotlin/internal/utils/BUILD.release.bazel +++ b/kotlin/internal/utils/BUILD.release.bazel @@ -11,7 +11,3 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - -load("//kotlin/internal:toolchains.bzl", "kt_configure_toolchains") - -kt_configure_toolchains() diff --git a/src/main/starlark/core/repositories/BUILD.release.bazel b/src/main/starlark/core/repositories/BUILD.release.bazel index d03419764..cdd15e464 100644 --- a/src/main/starlark/core/repositories/BUILD.release.bazel +++ b/src/main/starlark/core/repositories/BUILD.release.bazel @@ -11,7 +11,3 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - -load("//kotlin/internal:toolchains.bzl", "kt_configure_toolchains") - -kt_configure_toolchains()