Skip to content

Commit

Permalink
Remove unused third_party/BUILD config
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Nov 25, 2024
1 parent 1fee7f7 commit a78fee0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
29 changes: 0 additions & 29 deletions third_party/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
load("@rules_java//java:defs.bzl", "java_import", "java_library", "java_plugin")
load("@rules_license//rules:license.bzl", "license")
load("//tools/distributions:distribution_rules.bzl", "distrib_jar_filegroup", "distrib_java_import")
load(":compiler_config_setting.bzl", "create_compiler_config_setting")

package(default_visibility = ["//visibility:public"])

Expand Down Expand Up @@ -656,26 +655,6 @@ filegroup(
],
)

create_compiler_config_setting(
name = "windows_mingw",
value = "windows_mingw",
)

create_compiler_config_setting(
name = "windows_msys64",
value = "windows_msys64",
)

create_compiler_config_setting(
name = "windows_msys64_mingw64",
value = "windows_msys64_mingw64",
)

create_compiler_config_setting(
name = "windows_clang",
value = "windows_clang",
)

config_setting(
name = "k8",
values = {"host_cpu": "k8"},
Expand Down Expand Up @@ -715,11 +694,3 @@ config_setting(
name = "ppc",
values = {"host_cpu": "ppc"},
)

test_suite(
name = "all_windows_tests",
tests = [
"//third_party/def_parser:windows_tests",
],
visibility = ["//src:__pkg__"],
)
35 changes: 0 additions & 35 deletions third_party/compiler_config_setting.bzl

This file was deleted.

0 comments on commit a78fee0

Please sign in to comment.