[Lldb-commits] [lldb] r219911 - Remove unreachable code.
Jason Molenda
jmolenda at apple.com
Thu Oct 16 01:05:22 PDT 2014
Author: jmolenda
Date: Thu Oct 16 03:05:22 2014
New Revision: 219911
URL: http://llvm.org/viewvc/llvm-project?rev=219911&view=rev
Log:
Remove unreachable code.
Modified:
lldb/trunk/source/DataFormatters/CXXFormatterFunctions.cpp
Modified: lldb/trunk/source/DataFormatters/CXXFormatterFunctions.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/DataFormatters/CXXFormatterFunctions.cpp?rev=219911&r1=219910&r2=219911&view=diff
==============================================================================
--- lldb/trunk/source/DataFormatters/CXXFormatterFunctions.cpp (original)
+++ lldb/trunk/source/DataFormatters/CXXFormatterFunctions.cpp Thu Oct 16 03:05:22 2014
@@ -1211,10 +1211,6 @@ lldb_private::formatters::NSStringSummar
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
More information about the lldb-commits
mailing list