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

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

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.cc
diff --git a/mojo/edk/test/mojo_test_base.cc b/mojo/edk/test/mojo_test_base.cc
index 9a7a30b6210cb7f04a0c3c7c067b43021ba1e76e..d200fc02df76d1db0f09cfaa54764c6a637ca924 100644
--- a/mojo/edk/test/mojo_test_base.cc
+++ b/mojo/edk/test/mojo_test_base.cc
@@ -48,8 +48,7 @@ MojoTestBase::ClientController& MojoTestBase::StartClient(
}
MojoTestBase::ClientController::ClientController(const std::string& client_name,
- MojoTestBase* test)
- : test_(test) {
+ MojoTestBase* test) {
#if !defined(OS_IOS)
#if defined(OS_MACOSX)
// This lock needs to be held while launching the child because the Mach port

Powered by Google App Engine
This is Rietveld 408576698