Skip to content

Commit

Permalink
[deps] remove dart-lang/http_multi_server
Browse files Browse the repository at this point in the history
Change-Id: Ic453be5b713318be3eed75f007dbde1f2067447e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403480
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
  • Loading branch information
devoncarew authored and Commit Queue committed Jan 7, 2025
1 parent 9aef59d commit a70ab61
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ vars = {
"flute_rev": "e4ea0459a7debae5e9592c85141707b01fac86c9",
"glob_rev": "eee18d1a577d5f965f6afbbd251798e065dced43",
"http_rev": "6ecd13a88b82c2fdc8a555f218bafb0ad0370f51",
"http_multi_server_rev": "2b84a4500460d1f3848e54b47169bdf8c504dded",
"intl_rev": "5d65e3808ce40e6282e40881492607df4e35669f",
"leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # manually rolled
"markdown_rev": "19aaded4300d24bedcbf52ade792b203ddf030b0",
Expand Down Expand Up @@ -369,9 +368,6 @@ deps = {

Var("dart_root") + "/third_party/pkg/http":
Var("dart_git") + "http.git" + "@" + Var("http_rev"),
Var("dart_root") + "/third_party/pkg/http_multi_server":
Var("dart_git") + "http_multi_server.git" +
"@" + Var("http_multi_server_rev"),
Var("dart_root") + "/third_party/pkg/intl":
Var("dart_git") + "intl.git" + "@" + Var("intl_rev"),
Var("dart_root") + "/third_party/pkg/leak_tracker":
Expand Down

0 comments on commit a70ab61

Please sign in to comment.