Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lldb/source/Commands/CommandObjectDWIMPrint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down