Skip to content

Commit aaaa51f

Browse files
committed
quic: remove unneeded TODO comment
Signed-off-by: James M Snell <[email protected]>
1 parent 1e78da1 commit aaaa51f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/quic/node_quic_session.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3613,8 +3613,6 @@ void QuicSession::OnQlogWrite(
36133613
BaseObjectPtr<QLogStream> QLogStream::Create(Environment* env) {
36143614
HandleScope scope(env->isolate());
36153615

3616-
// TODO(@jasnell): There is identical code in heap_utils for the
3617-
// HeapSnapshotStream. We can consolidate the two.
36183616
if (env->qlogoutputstream_constructor_template().IsEmpty()) {
36193617
// Create FunctionTemplate for QLogStream
36203618
Local<FunctionTemplate> os = FunctionTemplate::New(env->isolate());

0 commit comments

Comments
 (0)