Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 3e5121b47eb0afa51f433b46917d04d266068258..ee6850b69827fb8cb0476ad89129843eac339c47 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -6238,11 +6238,6 @@ bool JSFunction::is_compiled() { |
} |
-int JSFunction::NumberOfLiterals() { |
- return literals()->length(); |
-} |
- |
- |
ACCESSORS(JSProxy, target, JSReceiver, kTargetOffset) |
ACCESSORS(JSProxy, handler, Object, kHandlerOffset) |
ACCESSORS(JSProxy, hash, Object, kHashOffset) |