Loading libprocinfo/process.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,6 @@ static ProcessState parse_state(const char* state) { case 'Z': return kProcessStateZombie; default: LOG(ERROR) << "unknown process state: " << *state; return kProcessStateUnknown; } } Loading Loading
libprocinfo/process.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,6 @@ static ProcessState parse_state(const char* state) { case 'Z': return kProcessStateZombie; default: LOG(ERROR) << "unknown process state: " << *state; return kProcessStateUnknown; } } Loading