Index: src/handles.cc |
=================================================================== |
--- src/handles.cc (revision 5236) |
+++ src/handles.cc (working copy) |
@@ -819,11 +819,6 @@ |
} |
-Handle<Code> ComputeLazyCompile(int argc) { |
- CALL_HEAP_FUNCTION(StubCache::ComputeLazyCompile(argc), Code); |
-} |
- |
- |
OptimizedObjectForAddingMultipleProperties:: |
~OptimizedObjectForAddingMultipleProperties() { |
// Reoptimize the object to allow fast property access. |