Remove unreachable code.

llvm-svn: 219911
This commit is contained in:
Jason Molenda 2014-10-16 08:05:22 +00:00
parent ecafcb867a
commit 665f12a870
1 changed files with 0 additions and 4 deletions

View File

@ -1211,10 +1211,6 @@ lldb_private::formatters::NSStringSummaryProvider (ValueObject& valobj, Stream&
explicit_length++; // account for the fact that there is no NULL and we need to have one added
return ReadAsciiBufferAndDumpToStream(location,process_sp,stream,explicit_length);
}
stream.Printf("class name = %s",class_name);
return true;
}
bool