Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2d9a89e authored by Steven Moreland's avatar Steven Moreland Committed by Yifan Hong
Browse files

lshal: remove "// static" comments

Test: pass
Change-Id: I4d710c8aaad87cfcd7896800a5ab24f812775703
Merged-In: I4d710c8aaad87cfcd7896800a5ab24f812775703
parent 6b32bed7
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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);