Index: src/stub-cache.h |
=================================================================== |
--- src/stub-cache.h (revision 2753) |
+++ src/stub-cache.h (working copy) |
@@ -561,17 +561,6 @@ |
}; |
-class ConstructStubCompiler: public StubCompiler { |
- public: |
- explicit ConstructStubCompiler() {} |
- |
- Object* CompileConstructStub(SharedFunctionInfo* shared); |
- |
- private: |
- Object* GetCode(); |
-}; |
- |
- |
} } // namespace v8::internal |
#endif // V8_STUB_CACHE_H_ |