Chromium Code Reviews| Index: base/move.h |
| diff --git a/base/move.h b/base/move.h |
| index fe0517eb363105727b4ea6c9d1775359ce5abf23..6743eb71667c7651ccb7c9571f3a0dce13732d41 100644 |
| --- a/base/move.h |
| +++ b/base/move.h |
| @@ -63,9 +63,4 @@ |
| \ |
| 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_ |