Fix -Werror,-Wcovered-switch-default warning in DWARFExpression

as part of an attempt to get lldb building inside llvm with -Werror
enabled.

llvm-svn: 217418
This commit is contained in:
Eric Christopher 2014-09-09 06:03:28 +00:00
parent e53be0662a
commit 34b122fa27
1 changed files with 0 additions and 5 deletions

View File

@ -2690,11 +2690,6 @@ DWARFExpression::Evaluate
}
break;
default:
if (error_ptr)
error_ptr->SetErrorStringWithFormat ("unhandled value type for DW_OP_piece(%" PRIu64 ")", piece_byte_size);
return false;
}
// Check if this is the first piece?