commit 613e24ac8b9ba0b1b1d5726e545b637f7e9b902b
parent ac9af230cee6b77f4ab0457e446bc7b4a05488ec
Author: Nazım Can Altınova <canaltinova@gmail.com>
Date: Tue, 21 Oct 2025 23:59:05 +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) \