From e3903fad8ef935222d5fe7a92ecbee3f9b9138bb Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Fri, 12 Apr 2024 17:03:27 +0200 Subject: [PATCH] Remove unused load --- proto/private/toolchain.bzl | 1 - 1 file changed, 1 deletion(-) diff --git a/proto/private/toolchain.bzl b/proto/private/toolchain.bzl index 25b59ff0f2..503fdb0d80 100644 --- a/proto/private/toolchain.bzl +++ b/proto/private/toolchain.bzl @@ -21,7 +21,6 @@ load( ) load( "//go/private/rules:transition.bzl", - "go_reset_target", "non_go_tool_transition", )