summaryrefslogtreecommitdiffstats
path: root/net/base/test_completion_callback.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/test_completion_callback.cc')
-rw-r--r--net/base/test_completion_callback.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/base/test_completion_callback.cc b/net/base/test_completion_callback.cc
index aa04d22..d68678b 100644
--- a/net/base/test_completion_callback.cc
+++ b/net/base/test_completion_callback.cc
@@ -43,10 +43,6 @@ TestCompletionCallbackBase::TestCompletionCallbackBase()
waiting_for_result_(false) {
}
-void TestOldCompletionCallback::RunWithParams(const Tuple1<int>& params) {
- SetResult(params.a);
-}
-
namespace net {
TestCompletionCallback::TestCompletionCallback()