Chromium Code Reviews| Index: base/pickle.cc |
| diff --git a/base/pickle.cc b/base/pickle.cc |
| index 02f39b57b7bb8133ad23501f2eb619117af2c0de..7c8420ba58338e7b9738043d6a207b4b6577353d 100644 |
| --- a/base/pickle.cc |
| +++ b/base/pickle.cc |
| @@ -308,7 +308,6 @@ Pickle::~Pickle() { |
| Pickle& Pickle::operator=(const Pickle& other) { |
| if (this == &other) { |
| - NOTREACHED(); |
| return *this; |
| } |
| if (capacity_after_header_ == kCapacityReadOnly) { |