brucem added inline comments.

================
Comment at: tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp:512
@@ -516,3 +511,3 @@
     }
-    return bOk;
+    return MIstatus::success;
 }
----------------
abidh wrote:
> Does this function return false somewhere or this return type is also 
> redundant.
That return type is also redundant. There are some of them remaining, 
especially in threading stuff. But I wanted to keep the current patch 
relatively self-contained.


http://reviews.llvm.org/D11412




_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to