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

Unified Diff: remoting/protocol/ice_transport_unittest.cc

Issue 2812053002: ice_transport_unittest.cc: Remove dead code. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/ice_transport_unittest.cc
diff --git a/remoting/protocol/ice_transport_unittest.cc b/remoting/protocol/ice_transport_unittest.cc
index ccb3d8de96610a7f7d5357ddc1f0b89658c05fc9..8c5abd3f1dbc2d233f4e9650e21f89f663a0ae87 100644
--- a/remoting/protocol/ice_transport_unittest.cc
+++ b/remoting/protocol/ice_transport_unittest.cc
@@ -40,10 +40,6 @@ const int kMessageSize = 1024;
const int kMessages = 100;
const char kChannelName[] = "test_channel";
-ACTION_P(QuitRunLoop, run_loop) {
- run_loop->Quit();
-}
-
ACTION_P2(QuitRunLoopOnCounter, run_loop, counter) {
--(*counter);
EXPECT_GE(*counter, 0);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698