Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 7d46c068589bfb707a43e93d84bf5cc74e328275..b6db23dfb4cb24ad7c0288f2574d8da1a41313c9 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -2489,7 +2489,6 @@ class FixedDoubleArray: public FixedArrayBase { |
// Casting. |
static inline FixedDoubleArray* cast(Object* obj); |
- static inline FixedDoubleArray* castOrEmptyFixedArray(Object* obj); |
// Maximal allowed size, in bytes, of a single FixedDoubleArray. |
// Prevents overflowing size computations, as well as extreme memory |