[Lldb-commits] [lldb] c9ac167 - [lldb] Remove a redundant control flow statement (NFC) (#144284)

via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 16 08:59:13 PDT 2025


Author: Kazu Hirata
Date: 2025-06-16T08:59:10-07:00
New Revision: c9ac1679b5d3a3839640486dd4bd931a19f4725a

URL: https://github.com/llvm/llvm-project/commit/c9ac1679b5d3a3839640486dd4bd931a19f4725a
DIFF: https://github.com/llvm/llvm-project/commit/c9ac1679b5d3a3839640486dd4bd931a19f4725a.diff

LOG: [lldb] Remove a redundant control flow statement (NFC) (#144284)

Added: 
    

Modified: 
    lldb/tools/debugserver/source/RNBRemote.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/tools/debugserver/source/RNBRemote.cpp b/lldb/tools/debugserver/source/RNBRemote.cpp
index 391d1c50168ea..8be384c6d24af 100644
--- a/lldb/tools/debugserver/source/RNBRemote.cpp
+++ b/lldb/tools/debugserver/source/RNBRemote.cpp
@@ -1476,7 +1476,6 @@ bool RNBRemote::InitializeRegisters(bool force) {
 
 void RNBRemote::NotifyThatProcessStopped(void) {
   RNBRemote::HandlePacket_last_signal(NULL);
-  return;
 }
 
 /* 'A arglen,argnum,arg,...'


        


More information about the lldb-commits mailing list