Avoid undesired variable shadowing

Michael Sartain refactored RegisterContextPOSIX_* in r192332, and I must
have missed the now-shadowed variable when I rebased the FreeBSD MIPS64
register context after that.

llvm-svn: 201334
This commit is contained in:
Ed Maste 2014-02-13 15:12:57 +00:00
parent 753e17629d
commit 800e12ac81
1 changed files with 0 additions and 2 deletions

View File

@ -151,8 +151,6 @@ POSIXThread::GetRegisterContext()
{
case ArchSpec::eCore_mips64:
{
RegisterInfoInterface *reg_interface = NULL;
switch (target_arch.GetTriple().getOS())
{
case llvm::Triple::FreeBSD: