Skip to content

Commit 61d8f36

Browse files
committed
chore: remove unused patch for msquic 2.4.15
1 parent d5e6364 commit 61d8f36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

get-msquic.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ patch_2_3_8()
5858

5959
patch_2_4_15()
6060
{
61-
# Patch 1 is included in v2.4.15
6261
local patch_2="https://github.com/microsoft/msquic/commit/e0201eb4e007e7524aef007be67f2281f949f102.patch"
63-
local patch_3="https://github.com/microsoft/msquic/commit/b16a14a72e8c74407ee4a079a1f57efe0246f739.patch"
6462
local patch_4="https://github.com/microsoft/msquic/pull/4717/commits/9261dacc1dd9a67f6fa8d5fbe663082508b4c605.patch"
6563
if [ ! -d "$patch_dir" ]; then
6664
ln -s ../msquic_patches "$patch_dir"

0 commit comments

Comments
 (0)