Loading cmds/lshal/PipeRelay.cpp +0 −1 Original line number Original line Diff line number Diff line Loading @@ -70,7 +70,6 @@ PipeRelay::PipeRelay(std::ostream &os) mInitCheck = mThread->run("RelayThread"); mInitCheck = mThread->run("RelayThread"); } } // static void PipeRelay::CloseFd(int *fd) { void PipeRelay::CloseFd(int *fd) { if (*fd >= 0) { if (*fd >= 0) { close(*fd); close(*fd); Loading Loading
cmds/lshal/PipeRelay.cpp +0 −1 Original line number Original line Diff line number Diff line Loading @@ -70,7 +70,6 @@ PipeRelay::PipeRelay(std::ostream &os) mInitCheck = mThread->run("RelayThread"); mInitCheck = mThread->run("RelayThread"); } } // static void PipeRelay::CloseFd(int *fd) { void PipeRelay::CloseFd(int *fd) { if (*fd >= 0) { if (*fd >= 0) { close(*fd); close(*fd); Loading