Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/profiler/tracing-cpu-profiler.cc')
-rw-r--r--deps/v8/src/profiler/tracing-cpu-profiler.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/deps/v8/src/profiler/tracing-cpu-profiler.cc b/deps/v8/src/profiler/tracing-cpu-profiler.cc
index c7374f20d27..875478139d5 100644
--- a/deps/v8/src/profiler/tracing-cpu-profiler.cc
+++ b/deps/v8/src/profiler/tracing-cpu-profiler.cc
@@ -9,15 +9,6 @@
#include "src/v8.h"
namespace v8 {
-
-std::unique_ptr<TracingCpuProfiler> TracingCpuProfiler::Create(
- v8::Isolate* isolate) {
- // Dummy profiler that does nothing.
- // Remove it along with the deprecated code.
- // The actual profiler is created by the isolate itself.
- return std::unique_ptr<TracingCpuProfiler>(new TracingCpuProfiler());
-}
-
namespace internal {
TracingCpuProfilerImpl::TracingCpuProfilerImpl(Isolate* isolate)