| Index: src/feedback-vector.h
|
| diff --git a/src/feedback-vector.h b/src/feedback-vector.h
|
| index 076533a569d20dfac4d48f84c50271e90f739539..fb2ce76c016805bb946cfe255ddd1c9120f5624e 100644
|
| --- a/src/feedback-vector.h
|
| +++ b/src/feedback-vector.h
|
| @@ -299,7 +299,6 @@ class FeedbackVector : public FixedArray {
|
| inline FeedbackMetadata* metadata() const;
|
| inline SharedFunctionInfo* shared_function_info() const;
|
| inline int invocation_count() const;
|
| - inline void increment_invocation_count();
|
| inline void clear_invocation_count();
|
|
|
| // Conversion from a slot to an integer index to the underlying array.
|
|
|