Chromium Code Reviews| Index: src/zone.h |
| diff --git a/src/zone.h b/src/zone.h |
| index 573e13e1d4af82fb89e41b90135865071285f8d7..d3a1b578ac1b44e3b5f3d17562d58e23cb2efead 100644 |
| --- a/src/zone.h |
| +++ b/src/zone.h |
| @@ -15,11 +15,6 @@ |
| namespace v8 { |
| namespace internal { |
| -#if defined(__has_feature) |
| - #if __has_feature(address_sanitizer) |
| - #define V8_USE_ADDRESS_SANITIZER |
| - #endif |
| -#endif |
| class Segment; |
| class Isolate; |