Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 906afa13b5b0ca4b1970884d2b7ea44210e4dd5d..5aaadcc3e47f9a407b1fbbfb09c35b725737d610 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2012 the V8 project authors. All rights reserved. |
+// Copyright 2011 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -162,11 +162,6 @@ enum ElementsKind { |
LAST_ELEMENTS_KIND = EXTERNAL_PIXEL_ELEMENTS |
}; |
-enum CompareMapMode { |
- REQUIRE_EXACT_MAP, |
- ALLOW_ELEMENT_TRANSITION_MAPS |
-}; |
- |
const int kElementsKindCount = LAST_ELEMENTS_KIND - FIRST_ELEMENTS_KIND + 1; |
void PrintElementsKind(FILE* out, ElementsKind kind); |