Skip to content

Commit b6cb9b6

Browse files
committed
Fix comment
1 parent 93be970 commit b6cb9b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/tools/lldb-dap/EventHelper.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,7 @@ void EventThread(lldb::SBDebugger debugger, lldb::SBBroadcaster broadcaster,
470470
} else if (event_mask & lldb::SBTarget::eBroadcastBitNewTargetCreated) {
471471
auto target = lldb::SBTarget::GetTargetFromEvent(event);
472472

473-
// Find the DAP instance that owns this target to check if we should
474-
// ignore this event.
473+
// Find the DAP instance that owns this target
475474
DAP *dap_instance = DAPSessionManager::FindDAP(target);
476475

477476
// Get the target and debugger IDs for the new session to use.

0 commit comments

Comments
 (0)