Skip to content

Commit

Permalink
stream_base: remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Feb 20, 2015
1 parent 2231333 commit 07025b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stream_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ class ShutdownWrap : public ReqWrap<uv_shutdown_t>,
class WriteWrap: public ReqWrap<uv_write_t>,
public StreamReq<WriteWrap> {
public:
// TODO(trevnorris): WrapWrap inherits from ReqWrap, which I've globbed
// into the same provider. How should these be broken apart?
WriteWrap(Environment* env,
v8::Local<v8::Object> obj,
StreamBase* wrap,
Expand Down

0 comments on commit 07025b7

Please sign in to comment.