[lldb-mi] Fix unused variable warning.

llvm-svn: 251166
This commit is contained in:
Bruce Mitchener 2015-10-24 00:30:18 +00:00
parent 24b97de7a3
commit 284350e540
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@
static inline bool
MI_char_summary_provider(lldb::SBValue value, lldb::SBTypeSummaryOptions options, lldb::SBStream &stream)
{
bool is_signed;
if (!value.IsValid())
return false;