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:
Markus Stange 2018-05-15 00:21:18 -04:00
Родитель e566dbc377
Коммит e9bddb2595
2 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -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)
//---------------------------------------------------------------------------