From 31905c2bbb80f79366d92fc6426818fb20896659 Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Thu, 30 Jan 2020 18:02:36 -0800 Subject: [PATCH] [lldb][NFCI] Delete commented out code --- lldb/source/Core/ModuleList.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lldb/source/Core/ModuleList.cpp b/lldb/source/Core/ModuleList.cpp index cde6d13..51d4d5a 100644 --- a/lldb/source/Core/ModuleList.cpp +++ b/lldb/source/Core/ModuleList.cpp @@ -590,10 +590,6 @@ size_t ModuleList::GetSize() const { } void ModuleList::Dump(Stream *s) const { - // s.Printf("%.*p: ", (int)sizeof(void*) * 2, this); - // s.Indent(); - // s << "ModuleList\n"; - std::lock_guard guard(m_modules_mutex); collection::const_iterator pos, end = m_modules.end(); for (pos = m_modules.begin(); pos != end; ++pos) { -- 2.7.4