Bug 1603099 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

+++ This bug was initially created as a clone of Bug #1600554 +++

Filling as a good first bug to learn workflows.

These two lines seem to be unused:
https://searchfox.org/mozilla-central/source/dom/media/VideoFrameContainer.cpp#19-20

As the change is trivial, it is just to learn how to contribute to Firefox.

Found by http://clang.llvm.org/extra/clang-tidy/checks/readability-redundant-preprocessor.html

Tutorial to contribute:
https://firefox-source-docs.mozilla.org/tools/docs/contribute/how_to_contribute_firefox.html
+++ This bug was initially created as a clone of Bug #1600554 +++

Filling as a good first bug to learn workflows.

These two lines seem to be unused:
https://searchfox.org/mozilla-central/source/dom/media/VideoFrameContainer.cpp#19-20

As the change is trivial, it is just to learn how to contribute to Firefox.

Found by clang diag https://clang.llvm.org/docs/DiagnosticsReference.html#wunused-variable

Tutorial to contribute:
https://firefox-source-docs.mozilla.org/tools/docs/contribute/how_to_contribute_firefox.html

Back to Bug 1603099 Comment 0