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

Commit 7d6944d4 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

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

am: 8d2f788a

Change-Id: Id2eacee2cd265922954cc3b480015c6fe9efa6d1
parents 3bf99597 8d2f788a
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);