Remove unreachable code.
authorJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 08:05:22 +0000 (08:05 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 08:05:22 +0000 (08:05 +0000)
llvm-svn: 219911

lldb/source/DataFormatters/CXXFormatterFunctions.cpp

index ae5b35f..ef33fc8 100644 (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