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:
Saleem Abdulrasool 2016-01-26 17:43:48 +00:00
parent f1ac8ba45b
commit 329860e495
2 changed files with 0 additions and 2 deletions

View File

@ -119,7 +119,6 @@ public:
default:
return false;
}
llvm_unreachable("unhandled state");
}
private:

View File

@ -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