Chromium Code Reviews| Index: include/private/SkMutex.h |
| diff --git a/include/private/SkMutex.h b/include/private/SkMutex.h |
| index b9af00f8a8be02fc1e3b7794e23d761b1c94c761..503b1e8efc15fd6e6e281e6ec71d022cd2385250 100644 |
| --- a/include/private/SkMutex.h |
| +++ b/include/private/SkMutex.h |
| @@ -12,9 +12,6 @@ |
| #include "../private/SkThreadID.h" |
| #include "SkTypes.h" |
| -// TODO: no need for this anymore. |
| -#define SK_DECLARE_STATIC_MUTEX(name) static SkMutex name; |
| - |
| class SkMutex { |
| public: |
| constexpr SkMutex() = default; |