Index: chrome/browser/sync/notifier/base/task_pump.cc |
=================================================================== |
--- chrome/browser/sync/notifier/base/task_pump.cc (revision 26817) |
+++ chrome/browser/sync/notifier/base/task_pump.cc (working copy) |
@@ -17,7 +17,6 @@ |
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. |