Skip to content

Commit 2fb92f4

Browse files
committed
quic: remove extraneous unused debug property
PR-URL: #34498 Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 62198d2 commit 2fb92f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/quic/core.js

-1
Original file line numberDiff line numberDiff line change
@@ -2518,7 +2518,6 @@ function streamOnPause() {
25182518
this[kHandle].readStop();
25192519
}
25202520
class QuicStream extends Duplex {
2521-
#count = 0;
25222521
[kInternalState] = {
25232522
closed: false,
25242523
closePromise: undefined,

0 commit comments

Comments
 (0)