Skip to content

Commit 33d636f

Browse files
authored
[libc][bazel] Fix linter warning - remove unused load. (llvm#114493)
This load is no longer necessary since PLATFORM_CPU_ARM64 was removed in fa17977
1 parent 54d31bd commit 33d636f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ load("@bazel_skylib//lib:paths.bzl", "paths")
88
load("@bazel_skylib//lib:selects.bzl", "selects")
99
load(":libc_configure_options.bzl", "LIBC_CONFIGURE_OPTIONS")
1010
load(":libc_namespace.bzl", "LIBC_NAMESPACE")
11-
load(":platforms.bzl", "PLATFORM_CPU_ARM64", "PLATFORM_CPU_X86_64")
11+
load(":platforms.bzl", "PLATFORM_CPU_X86_64")
1212

1313
def libc_internal_target(name):
1414
return name + ".__internal__"

0 commit comments

Comments
 (0)