[Lldb-commits] [PATCH] Remove redundant code from lldb-mi.
Ilia K
ki.stfu at gmail.com
Tue Feb 24 08:11:50 PST 2015
Looks good. All tests pass on OS X.
================
Comment at: tools/lldb-mi/MICmnStreamStdin.cpp:90-92
@@ -123,5 +89,5 @@
return MIstatus::failure;
}
-
+ m_bInitialized = bOk;
return MIstatus::success;
}
----------------
Can you add extra lines here? :)
```
}
m_bInitialized = bOk;
return MIstatus::success;
```
http://reviews.llvm.org/D7834
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list