Skip to content

Commit c9ac167

Browse files
[lldb] Remove a redundant control flow statement (NFC) (#144284)
1 parent 711f6a8 commit c9ac167

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/tools/debugserver/source/RNBRemote.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,6 @@ bool RNBRemote::InitializeRegisters(bool force) {
14761476

14771477
void RNBRemote::NotifyThatProcessStopped(void) {
14781478
RNBRemote::HandlePacket_last_signal(NULL);
1479-
return;
14801479
}
14811480

14821481
/* 'A arglen,argnum,arg,...'

0 commit comments

Comments
 (0)