commit 7dae6c49915a5eccb3c29b13238ccba445a916c9
parent 53634e2553b9c7a4454105bc4f4ff526a659db80
Author: Nazım Can Altınova <canaltinova@gmail.com>
Date: Tue, 21 Oct 2025 21:15:33 +0000
Bug 1959977 - Remove the unused profiler strings mutex ID r=iain
This mutex ID became unused after we made the profiler string main
thread only in Bug 1548510. Let's clean it up from there too.
Differential Revision: https://phabricator.services.mozilla.com/D266233
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/js/src/vm/MutexIDs.h b/js/src/vm/MutexIDs.h
@@ -36,7 +36,6 @@
_(WasmInitBuiltinThunks, 451) \
_(StringsCache, 500) \
_(FutexThread, 500) \
- _(GeckoProfilerStrings, 500) \
_(ProtectedRegionTree, 500) \
_(ShellOffThreadState, 500) \
_(ShellStreamCacheEntryState, 500) \