diff options
author | Moonchild <moonchild@palemoon.org> | 2022-03-02 21:23:45 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-03-02 21:23:45 +0000 |
commit | 5fe31b024217a7057db60c52d8fb535cc2bc05a3 (patch) | |
tree | 1d8272b66c35248b34d2df6f172c10a9ed1c57d3 /dom/media/GraphDriver.cpp | |
parent | 39e80ed9afe2e5bba65a2786c7eff7c3189d49e8 (diff) | |
parent | 872bfa373ddfc184e17caf1ba38dbb02ed9c37f0 (diff) | |
download | GRE-5fe31b024217a7057db60c52d8fb535cc2bc05a3.tar.gz |
Merge branch 'remove-hacks'
Diffstat (limited to 'dom/media/GraphDriver.cpp')
-rw-r--r-- | dom/media/GraphDriver.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/media/GraphDriver.cpp b/dom/media/GraphDriver.cpp index eacc7686f..0a38e2e24 100644 --- a/dom/media/GraphDriver.cpp +++ b/dom/media/GraphDriver.cpp @@ -28,11 +28,6 @@ StaticRefPtr<nsIThreadPool> AsyncCubebTask::sThreadPool; struct AutoProfilerUnregisterThread { - // The empty ctor is used to silence a pre-4.8.0 GCC unused variable warning. - AutoProfilerUnregisterThread() - { - } - ~AutoProfilerUnregisterThread() { profiler_unregister_thread(); |