OSDN Git Service

lshal: remove "// static" comments
authorSteven Moreland <smoreland@google.com>
Tue, 9 May 2017 23:43:46 +0000 (16:43 -0700)
committerYifan Hong <elsk@google.com>
Mon, 15 May 2017 18:00:39 +0000 (11:00 -0700)
Test: pass
Change-Id: I4d710c8aaad87cfcd7896800a5ab24f812775703
Merged-In: I4d710c8aaad87cfcd7896800a5ab24f812775703

cmds/lshal/PipeRelay.cpp

index c7b29df..54d19f6 100644 (file)
@@ -70,7 +70,6 @@ PipeRelay::PipeRelay(std::ostream &os)
     mInitCheck = mThread->run("RelayThread");
 }
 
-// static
 void PipeRelay::CloseFd(int *fd) {
     if (*fd >= 0) {
         close(*fd);