Skip to content

Commit ff6cf2d

Browse files
committed
Bug 1695120: Remove unused BlocksRingBuffer r=profiler-reviewers,canaltinova
Differential Revision: https://phabricator.services.mozilla.com/D194428
1 parent 911a588 commit ff6cf2d

File tree

5 files changed

+1
-1942
lines changed

5 files changed

+1
-1942
lines changed

mozglue/baseprofiler/core/platform.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2299,7 +2299,7 @@ void SamplerThread::Run() {
22992299
// Not *no*-stack-sampling means we do want stack sampling.
23002300
const bool stackSampling = !ProfilerFeature::HasNoStackSampling(features);
23012301

2302-
// Use local BlocksRingBuffer&ProfileBuffer to capture the stack.
2302+
// Use local ProfileBuffer to capture the stack.
23032303
// (This is to avoid touching the CorePS::CoreBuffer lock while
23042304
// a thread is suspended, because that thread could be working with
23052305
// the CorePS::CoreBuffer as well.)

mozglue/baseprofiler/moz.build

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ EXPORTS.mozilla += [
9292
"public/BaseProfilerRAIIMacro.h",
9393
"public/BaseProfilerState.h",
9494
"public/BaseProfilerUtils.h",
95-
"public/BlocksRingBuffer.h",
9695
"public/FailureLatch.h",
9796
"public/leb128iterator.h",
9897
"public/ModuloBuffer.h",

0 commit comments

Comments
 (0)