diff options
author | Moonchild <moonchild@palemoon.org> | 2022-04-16 16:23:23 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-16 16:23:23 +0000 |
commit | 08842d77aef11d7d9690feba8e8707315a511f88 (patch) | |
tree | 8dc33a4d3fd940f6f0c042de1db4c5d284e0e877 /dom/media/GraphDriver.cpp | |
parent | 1191c9e371ba878ccd53f9a8ca44b6a3f348a439 (diff) | |
parent | f5c363c01db0ece0ce58e47ca2e63f677f07ff1c (diff) | |
download | uxp-08842d77aef11d7d9690feba8e8707315a511f88.tar.gz |
Merge pull request 'Issue #1818 Cleanup some old GCC hacks' (#1865) from trav90/UXP-contrib:compiler-hacks-cleanup into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1865
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 90680d8c69..daf1ccc989 100644 --- a/dom/media/GraphDriver.cpp +++ b/dom/media/GraphDriver.cpp @@ -32,11 +32,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(); |