Skip to content

Commit 1250e02

Browse files
author
git apple-llvm automerger
committed
Merge commit 'f6137fb7237f' from swift/release/5.9 into stable/20221013
2 parents 2bedd56 + f6137fb commit 1250e02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Commands/CommandObjectDWIMPrint.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ bool CommandObjectDWIMPrint::DoExecute(StringRef command,
152152
// 2. Verify the isa pointer is a known class
153153
// 3. Require addresses to be on the heap
154154
std::string modified_expr_storage;
155-
// Either Swift was explicitly specified, or the frame is Swift.
156155
bool is_swift = language == lldb::eLanguageTypeSwift;
157156
if (is_swift && is_po) {
158157
lldb::addr_t addr;

0 commit comments

Comments
 (0)