[Lldb-commits] [PATCH] D11412: [lldb-mi] Remove unused bool results.
Bruce Mitchener
bruce.mitchener at gmail.com
Wed Jul 22 10:06:27 PDT 2015
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
More information about the lldb-commits
mailing list