Chromium Code Reviews| Index: base/pending_task.cc |
| diff --git a/base/pending_task.cc b/base/pending_task.cc |
| index d21f7c7f0d9b61a3ad365ff218b54dd4014f7918..c0999bab5f325f215b02ba025598f17b0abd84fb 100644 |
| --- a/base/pending_task.cc |
| +++ b/base/pending_task.cc |
| @@ -51,8 +51,4 @@ bool PendingTask::operator<(const PendingTask& other) const { |
| return (sequence_num - other.sequence_num) > 0; |
| } |
| -void TaskQueue::Swap(TaskQueue* queue) { |
| - c.swap(queue->c); // Calls std::deque::swap. |
| -} |
| - |
| } // namespace base |