Skip to content

Commit d35c5e9

Browse files
committed
Swift: remove fishhook
1 parent bf1b32f commit d35c5e9

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

swift/third_party/fishhook/BUILD.bazel

Whitespace-only changes.

swift/third_party/fishhook/BUILD.fishhook.bazel

Lines changed: 0 additions & 7 deletions
This file was deleted.

swift/third_party/load.bzl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ def load_dependencies(repository_name):
3838
],
3939
)
4040

41-
http_archive(
42-
name = "fishhook",
43-
url = "https://github.com/facebook/fishhook/archive/aadc161ac3b80db07a9908851839a17ba63a9eb1.zip",
44-
build_file = "@%s//swift/third_party/fishhook:BUILD.fishhook.bazel" % repository_name,
45-
strip_prefix = "fishhook-aadc161ac3b80db07a9908851839a17ba63a9eb1",
46-
sha256 = "9f2cdee6dcc2039d4c47d25ab5141fe0678ce6ed27ef482cab17fe9fa38a30ce",
47-
)
48-
4941
http_archive(
5042
name = "picosha2",
5143
url = "https://github.com/okdshin/PicoSHA2/archive/27fcf6979298949e8a462e16d09a0351c18fcaf2.zip",

0 commit comments

Comments
 (0)