aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/build_defs/repo/http.bzl3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/build_defs/repo/http.bzl b/tools/build_defs/repo/http.bzl
index e8e57f2a0a..dea59dc057 100644
--- a/tools/build_defs/repo/http.bzl
+++ b/tools/build_defs/repo/http.bzl
@@ -109,9 +109,6 @@ http_archive = repository_rule(
"""Downloads a Bazel repository as a compressed archive file, decompresses it,
and makes its targets available for binding.
-The repository should already contain a BUILD file. If it does not, use
-`new_http_archive` instead.
-
It supports the following file extensions: `"zip"`, `"jar"`, `"war"`,
`"tar.gz"`, `"tgz"`, `"tar.xz"`, and `tar.bz2`.