[Lldb-commits] [PATCH] D11412: [lldb-mi] Remove unused bool results.
Hafiz Abid Qadeer
abidh.haq at gmail.com
Wed Jul 22 10:02:15 PDT 2015
abidh accepted this revision.
abidh added a comment.
This revision is now accepted and ready to land.
Apart from one little comment, looks good.
================
Comment at: tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp:512
@@ -516,3 +511,3 @@
}
- return bOk;
+ return MIstatus::success;
}
----------------
Does this function return false somewhere or this return type is also redundant.
http://reviews.llvm.org/D11412
More information about the lldb-commits
mailing list