diff options
author | Moonchild <moonchild@palemoon.org> | 2022-03-02 18:19:24 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-03-21 13:23:11 +0000 |
commit | dff3696c29a7c0b8cc3d7ebfa45f67a71f652a2f (patch) | |
tree | 929221864ba9a5ca6823f5c594b4bfc790d930d8 /dom/media/GraphDriver.cpp | |
parent | e0d9f5cda41908bd0cf9ab8f356206c2f5ac7e6c (diff) | |
download | aura-central-dff3696c29a7c0b8cc3d7ebfa45f67a71f652a2f.tar.gz |
Issue %15 - Part 1: remove a number of old GCC 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(); |