зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1431187 - Remove unused function profiler_get_pseudo_stack(). r=njn
MozReview-Commit-ID: KvGTqjex3u3 --HG-- extra : rebase_source : dc5dfde4e5fc79469ebf61410289db4bf0b092bb
This commit is contained in:
Родитель
e566dbc377
Коммит
e9bddb2595
|
@ -3470,12 +3470,6 @@ profiler_tracing(const char* aCategory, const char* aMarkerName,
|
|||
racy_profiler_add_marker(aMarkerName, Move(payload));
|
||||
}
|
||||
|
||||
PseudoStack*
|
||||
profiler_get_pseudo_stack()
|
||||
{
|
||||
return TLSRegisteredThread::Stack();
|
||||
}
|
||||
|
||||
void
|
||||
profiler_set_js_context(JSContext* aCx)
|
||||
{
|
||||
|
|
|
@ -434,9 +434,6 @@ struct ProfilerBufferInfo
|
|||
// buffer is being written to, and how much data is visible.
|
||||
mozilla::Maybe<ProfilerBufferInfo> profiler_get_buffer_info();
|
||||
|
||||
// Get the current thread's PseudoStack.
|
||||
PseudoStack* profiler_get_pseudo_stack();
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Put profiling data into the profiler (labels and markers)
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче