HostThreadPosix::Cancel: remove android-specific implementation
authorPavel Labath <labath@google.com>
Tue, 6 Mar 2018 12:46:05 +0000 (12:46 +0000)
committerPavel Labath <labath@google.com>
Tue, 6 Mar 2018 12:46:05 +0000 (12:46 +0000)
commit408b0f53b4a14523214cfe8d3c111af5cc995303
tree37d07ad097272c96c5cfb84057a20b06a345dd71
parente47b89d1f866ae78034026c6477638dbcd48f025
HostThreadPosix::Cancel: remove android-specific implementation

Noone is calling this function on android, so we can just use the
generic llvm_unreachable "implementation".

llvm-svn: 326777
lldb/source/Host/posix/HostThreadPosix.cpp