Kaydet (Commit) 45961203 authored tarafından Noel Power's avatar Noel Power

fix WAE mbError unused

Change-Id: I03bae6808008dcb0b53b1e816f3fe84739036773
üst c1304eaf
......@@ -19,7 +19,6 @@ namespace
class Coverage : public test::BootstrapFixture
{
private:
bool m_bError;
int m_nb_tests;
int m_nb_tests_ok;
int m_nb_tests_skipped;
......@@ -50,7 +49,6 @@ public:
Coverage::Coverage()
: BootstrapFixture(true, false)
, m_bError(false)
, m_nb_tests(0)
, m_nb_tests_ok(0)
, m_nb_tests_skipped(0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment