Skip to content

Commit 7f06378

Browse files
Copilotxusheng6
andcommitted
Remove duplicate return statement
Co-authored-by: xusheng6 <[email protected]>
1 parent 5add33b commit 7f06378

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

_codeql_detected_source_root

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.

core/adapters/gdbmiadapter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -939,9 +939,6 @@ std::vector<DebugModule> GdbMiAdapter::GetModuleList()
939939

940940
return modules;
941941
}
942-
943-
return modules;
944-
}
945942

946943
bool GdbMiAdapter::Go()
947944
{

0 commit comments

Comments
 (0)