summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/notifier/base/task_pump.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/notifier/base/task_pump.cc')
-rw-r--r--chrome/browser/sync/notifier/base/task_pump.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/sync/notifier/base/task_pump.cc b/chrome/browser/sync/notifier/base/task_pump.cc
index 0053d7a..f220063 100644
--- a/chrome/browser/sync/notifier/base/task_pump.cc
+++ b/chrome/browser/sync/notifier/base/task_pump.cc
@@ -17,7 +17,6 @@ TaskPump::TaskPump() : timeout_change_count_(0), posted_(false) {
void TaskPump::OnMessage(talk_base::Message* msg) {
posted_ = false;
- int initial_count = timeout_change_count_;
// If a task timed out, ensure that it is not blocked, so it will be deleted.
// This may result in a WakeTasks if a task is timed out.