Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 4160f0de4b8f28b7df06e369fd85a14d639dfb8d..0b0355de05c76c9bbcec85157f13d129295a86fc 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -11,8 +11,6 @@ |
namespace v8 { |
namespace internal { |
-class StaticFeedbackVectorSpec; |
- |
// Interface for handle based allocation. |
class Factory final { |
public: |
@@ -626,10 +624,6 @@ class Factory final { |
Handle<SharedFunctionInfo> NewSharedFunctionInfo(Handle<String> name, |
MaybeHandle<Code> code); |
- // Allocate a new type feedback vector |
- template <typename Spec> |
- Handle<TypeFeedbackVector> NewTypeFeedbackVector(const Spec* spec); |
- |
// Allocates a new JSMessageObject object. |
Handle<JSMessageObject> NewJSMessageObject(MessageTemplate::Template message, |
Handle<Object> argument, |