Skip to content

Commit 07025b7

Browse files
committed
stream_base: remove TODO
1 parent 2231333 commit 07025b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/stream_base.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ class ShutdownWrap : public ReqWrap<uv_shutdown_t>,
5656
class WriteWrap: public ReqWrap<uv_write_t>,
5757
public StreamReq<WriteWrap> {
5858
public:
59-
// TODO(trevnorris): WrapWrap inherits from ReqWrap, which I've globbed
60-
// into the same provider. How should these be broken apart?
6159
WriteWrap(Environment* env,
6260
v8::Local<v8::Object> obj,
6361
StreamBase* wrap,

0 commit comments

Comments
 (0)