[Lldb-commits] [lldb] r344648 - Delete commented-out code.

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 16 15:01:49 PDT 2018


Author: adrian
Date: Tue Oct 16 15:01:49 2018
New Revision: 344648

URL: http://llvm.org/viewvc/llvm-project?rev=344648&view=rev
Log:
Delete commented-out code.

Modified:
    lldb/trunk/source/Core/ValueObject.cpp

Modified: lldb/trunk/source/Core/ValueObject.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/ValueObject.cpp?rev=344648&r1=344647&r2=344648&view=diff
==============================================================================
--- lldb/trunk/source/Core/ValueObject.cpp (original)
+++ lldb/trunk/source/Core/ValueObject.cpp Tue Oct 16 15:01:49 2018
@@ -662,8 +662,6 @@ ValueObject *ValueObject::CreateChildAtI
         child_byte_offset, child_bitfield_bit_size, child_bitfield_bit_offset,
         child_is_base_class, child_is_deref_of_parent, eAddressTypeInvalid,
         language_flags);
-    // if (valobj)
-    //    valobj->SetAddressTypeOfChildren(eAddressTypeInvalid);
   }
 
   return valobj;




More information about the lldb-commits mailing list