Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: mojo/edk/test/mojo_test_base.h

Issue 1995983002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/edk/test/mojo_test_base.h
diff --git a/mojo/edk/test/mojo_test_base.h b/mojo/edk/test/mojo_test_base.h
index e164011cc0b449d623a74f74069aca03c63c67bc..3d5e56e3d1581fcd800a75320a9a212eded4ba99 100644
--- a/mojo/edk/test/mojo_test_base.h
+++ b/mojo/edk/test/mojo_test_base.h
@@ -44,7 +44,6 @@ class MojoTestBase : public testing::Test {
private:
friend class MojoTestBase;
- MojoTestBase* test_;
#if !defined(OS_IOS)
MultiprocessTestHelper helper_;
#endif

Powered by Google App Engine
This is Rietveld 408576698