FreeBSDThread::GetRegisterContext is only for FreeBSD targets
authorEd Maste <emaste@freebsd.org>
Tue, 28 Jul 2015 19:47:00 +0000 (19:47 +0000)
committerEd Maste <emaste@freebsd.org>
Tue, 28 Jul 2015 19:47:00 +0000 (19:47 +0000)
commita43ce0dc98f9e1af6ca7d0019a4b32ce0c7028ab
treebdb770c6ebf466c21f8eae1638105e35e2899d12
parenta32fa81c090958ac0397d37f43e4ea5543daccc5
FreeBSDThread::GetRegisterContext is only for FreeBSD targets

The removal of in-process Linux debug support left a switch statement
with llvm::Triple::FreeBSD as the only case. Simplify by replacing it
with a now-equivalent assertion.

llvm-svn: 243468
lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp