Skip to content

Commit 2b3d4bd

Browse files
richardlauaddaleax
authored andcommitted
meta: remove non-existent quic from CODEOWNERS
quic support doesn't exist prior to Node.js 15 and is unlikely to due to requiring patches on top of openssl. Remove the entries from CODEOWNERS to fix the CODEOWNERS linting, which currently fails as it refers to non-existent paths. PR-URL: #34947 Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Mary Marchini <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent 4079cdd commit 2b3d4bd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,6 @@
7474
/src/node_http2* @nodejs/http2 @nodejs/net
7575
/src/node_mem* @nodejs/http2
7676

77-
# quic
78-
79-
/deps/ngtcp2/ @nodejs/quic
80-
/deps/nghttp3/ @nodejs/quic
81-
/doc/api/quic.md @nodejs/quic
82-
/lib/internal/quic/ @nodejs/quic
83-
/src/node_bob* @nodejs/quic
84-
/src/quic/ @nodejs/quic
85-
8677
# modules
8778

8879
/doc/api/modules.md @nodejs/modules

0 commit comments

Comments
 (0)