diff --git a/src/stream_wrap.cc b/src/stream_wrap.cc index bcedeb8ab1c..886cf648edb 100644 --- a/src/stream_wrap.cc +++ b/src/stream_wrap.cc @@ -200,7 +200,6 @@ void StreamWrap::OnReadCommon(uv_stream_t* handle, } } - assert(buf.base != NULL); wrap->callbacks_->DoRead(handle, nread, buf, pending); }