Skip to content

Commit ef8169f

Browse files
laramielcopybara-github
authored andcommitted
Remove presently unused aws libraries.
PiperOrigin-RevId: 822247516 Change-Id: If296bdd49a02e98e9bfd559b1e4a48ab5e22b780
1 parent 6f79037 commit ef8169f

File tree

7 files changed

+0
-194
lines changed

7 files changed

+0
-194
lines changed

third_party/aws_c_event_stream/aws_c_event_stream.BUILD.bazel

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

third_party/aws_c_event_stream/workspace.bzl

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

third_party/aws_c_mqtt/aws_c_mqtt.BUILD.bazel

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

third_party/aws_c_mqtt/workspace.bzl

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

third_party/aws_c_s3/aws_c_s3.BUILD.bazel

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

third_party/aws_c_s3/workspace.bzl

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

third_party/third_party.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ load("//third_party:aws_c_auth/workspace.bzl", repo_aws_c_auth = "repo")
77
load("//third_party:aws_c_cal/workspace.bzl", repo_aws_c_cal = "repo")
88
load("//third_party:aws_c_common/workspace.bzl", repo_aws_c_common = "repo")
99
load("//third_party:aws_c_compression/workspace.bzl", repo_aws_c_compression = "repo")
10-
load("//third_party:aws_c_event_stream/workspace.bzl", repo_aws_c_event_stream = "repo")
1110
load("//third_party:aws_c_http/workspace.bzl", repo_aws_c_http = "repo")
1211
load("//third_party:aws_c_io/workspace.bzl", repo_aws_c_io = "repo")
13-
load("//third_party:aws_c_mqtt/workspace.bzl", repo_aws_c_mqtt = "repo")
14-
load("//third_party:aws_c_s3/workspace.bzl", repo_aws_c_s3 = "repo")
1512
load("//third_party:aws_c_sdkutils/workspace.bzl", repo_aws_c_sdkutils = "repo")
1613
load("//third_party:aws_checksums/workspace.bzl", repo_aws_checksums = "repo")
1714
load("//third_party:aws_s2n_tls/workspace.bzl", repo_aws_s2n_tls = "repo")
@@ -73,11 +70,8 @@ def third_party_dependencies():
7370
repo_aws_c_cal()
7471
repo_aws_c_common()
7572
repo_aws_c_compression()
76-
repo_aws_c_event_stream()
7773
repo_aws_c_http()
7874
repo_aws_c_io()
79-
repo_aws_c_mqtt()
80-
repo_aws_c_s3()
8175
repo_aws_c_sdkutils()
8276
repo_aws_checksums()
8377
repo_aws_s2n_tls()

0 commit comments

Comments
 (0)