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

Commit 897f7727 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "lshal: remove "// static" comments"

parents 2fb9524d 4591154f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@ PipeRelay::PipeRelay(std::ostream &os)
    mInitCheck = mThread->run("RelayThread");
}

// static
void PipeRelay::CloseFd(int *fd) {
    if (*fd >= 0) {
        close(*fd);