diff --git a/lldb/source/Commands/CommandObjectDWIMPrint.cpp b/lldb/source/Commands/CommandObjectDWIMPrint.cpp index e15e23770f74b..6b675cc23be70 100644 --- a/lldb/source/Commands/CommandObjectDWIMPrint.cpp +++ b/lldb/source/Commands/CommandObjectDWIMPrint.cpp @@ -152,7 +152,6 @@ bool CommandObjectDWIMPrint::DoExecute(StringRef command, // 2. Verify the isa pointer is a known class // 3. Require addresses to be on the heap std::string modified_expr_storage; - // Either Swift was explicitly specified, or the frame is Swift. bool is_swift = language == lldb::eLanguageTypeSwift; if (is_swift && is_po) { lldb::addr_t addr;