Skip to content

Commit f6137fb

Browse files
Merge pull request #7100 from augusto2112/dwim-comment
[lldb] Remove spurious comment
2 parents 26bcbd4 + 0dd8550 commit f6137fb

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)