Chromium Code Reviews| Index: base/move.h |
| diff --git a/base/move.h b/base/move.h |
| index ce8a8e13a7924fd92128d2dd1a2a4087c1f5a46a..06816eb44f8feaef8cb612bb8c6b70cd2786a704 100644 |
| --- a/base/move.h |
| +++ b/base/move.h |
| @@ -228,9 +228,4 @@ |
| typedef void MoveOnlyTypeForCPP03; \ |
| private: |
| -#define TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03(type) \ |
| - public: \ |
| - type&& Pass() WARN_UNUSED_RESULT { return std::move(*this); } \ |
| - private: |
| - |
| #endif // BASE_MOVE_H_ |