Skip to content

src: remove unnecessary static_cast in tcp_wrap.cc

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

src

Description of change

It looks like the cast might not be required as TCPWrap is of type AsyncWrap: class TCPWrap : public StreamWrap class StreamWrap : public HandleWrap, public StreamBase class HandleWrap : public AsyncWrap

Merge request reports

Loading