Skip to content

Commit 22f482f

Browse files
authored
Remove bazelbuild/rules_cc dependency (#1038)
1 parent d6f40f4 commit 22f482f

File tree

21 files changed

+0
-30
lines changed

21 files changed

+0
-30
lines changed

WORKSPACE

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ http_archive(
3535
urls = ["https://github.com/google/benchmark/archive/0baacde3618ca617da95375e0af13ce1baadea47.zip"],
3636
)
3737

38-
# C++ rules for Bazel.
39-
http_archive(
40-
name = "rules_cc", # 2021-06-07T16:41:49Z
41-
sha256 = "b295cad8c5899e371dde175079c0a2cdc0151f5127acc92366a8c986beb95c76",
42-
strip_prefix = "rules_cc-daf6ace7cfeacd6a83e9ff2ed659f416537b6c74",
43-
urls = ["https://github.com/bazelbuild/rules_cc/archive/daf6ace7cfeacd6a83e9ff2ed659f416537b6c74.zip"],
44-
)
45-
4638
# Bazel platform rules.
4739
http_archive(
4840
name = "platforms",

absl/algorithm/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515
#
1616

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/base/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515
#
1616

17-
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/cleanup/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1615
load(
1716
"//absl:copts/configure_copts.bzl",
1817
"ABSL_DEFAULT_COPTS",

absl/container/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515
#
1616

17-
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/debugging/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515
#
1616

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/flags/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515
#
1616

17-
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/functional/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515
#
1616

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/hash/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515
#
1616

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/memory/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515
#
1616

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

0 commit comments

Comments
 (0)