forked from OSchip/llvm-project
Revert r258546.
Seems that the patch was rebased on top of another change which obsoleted the change but wasnt caught. Thanks to nbjoerg for pointing this out! llvm-svn: 258821
This commit is contained in:
parent
f1ac8ba45b
commit
329860e495
|
@ -119,7 +119,6 @@ public:
|
|||
default:
|
||||
return false;
|
||||
}
|
||||
llvm_unreachable("unhandled state");
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
@ -1501,7 +1501,6 @@ Process::IsAlive ()
|
|||
default:
|
||||
return false;
|
||||
}
|
||||
llvm_unreachable("unhandled state");
|
||||
}
|
||||
|
||||
// This static callback can be used to watch for local child processes on
|
||||
|
|
Loading…
Reference in New Issue