Chromium Code Reviews| Index: include/core/Sk64.h |
| diff --git a/include/core/Sk64.h b/include/core/Sk64.h |
| index 6db3001fb55b8086f9807db0b6010a7d056a9921..47ec15e0d39a22b98cfe584ff52f62b65d27cee1 100644 |
| --- a/include/core/Sk64.h |
| +++ b/include/core/Sk64.h |
| @@ -221,10 +221,6 @@ struct SK_API Sk64 { |
| friend bool operator>=(const Sk64& a, const Sk64& b) { |
| return a.fHi > b.fHi || (a.fHi == b.fHi && a.fLo >= b.fLo); |
| } |
| - |
| -#ifdef SkLONGLONG |
| - SkLONGLONG getLongLong() const; |
| -#endif |
| }; |
| #endif |