Index: include/v8-profiler.h |
diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
index 217a938329eee70f9483f8d84ef8654c59907a1d..c393039ca703f969e1aea3ac5464d0eb2976e957 100644 |
--- a/include/v8-profiler.h |
+++ b/include/v8-profiler.h |
@@ -62,11 +62,6 @@ class V8_EXPORT CpuProfileNode { |
*/ |
const char* GetBailoutReason() const; |
- /** DEPRECATED. Please use GetHitCount instead. |
- * Returns the count of samples where function was currently executing. |
- */ |
- V8_DEPRECATED(double GetSelfSamplesCount() const); |
- |
/** |
* Returns the count of samples where the function was currently executing. |
*/ |