Chromium Code Reviews| Index: runtime/platform/globals.h |
| diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h |
| index 6837265c23de032b3977c366db6508b97a13e04f..14d09bc98c72e1a7dec524a0e53bed3f834fed8f 100644 |
| --- a/runtime/platform/globals.h |
| +++ b/runtime/platform/globals.h |
| @@ -272,7 +272,6 @@ typedef simd128_value_t fpu_register_t; |
| #define Pu64 PRIu64 |
| #define Px64 PRIx64 |
| - |
| // Suffixes for 64-bit integer literals. |
| #ifdef _MSC_VER |
| #define DART_INT64_C(x) x##I64 |