Skip to content

Commit 0dd8550

Browse files
committed
[lldb] Remove spurious comment
The comment referred to a block that was moved above this function, but the comment remained.
1 parent ea47328 commit 0dd8550

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)