forked from OSchip/llvm-project
parent
24b97de7a3
commit
284350e540
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue