diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/ArrayConventions.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/ArrayConventions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/runtime/ArrayConventions.h b/Source/JavaScriptCore/runtime/ArrayConventions.h index af98e15fa..3ea6b0471 100644 --- a/Source/JavaScriptCore/runtime/ArrayConventions.h +++ b/Source/JavaScriptCore/runtime/ArrayConventions.h @@ -26,8 +26,6 @@ namespace JSC { -#define CHECK_ARRAY_CONSISTENCY 0 - // Overview of JSArray // // Properties of JSArray objects may be stored in one of three locations: |