Remove useless return; declaration
Categories
(Core :: General, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: walshd9, Mentored)
References
(Blocks 1 open bug)
Details
(Whiteboard: [lang=C++])
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1597214 +++
+++ This bug was initially created as a clone of Bug #1592270 +++
Filling as a good first bug to learn workflows.
As return; is at the end of a void function, the declaration is useless
https://searchfox.org/mozilla-central/source/dom/events/DataTransfer.cpp#738
As the change is trivial, it is just to learn how to contribute to Firefox.
Comment 1•5 years ago
|
||
Hi, getting familiar with the contribution process looking for a first bug fix. I'd like to take on the bug.
Reporter | ||
Comment 2•5 years ago
|
||
walshd9 is working on it (but I will unassigned it if no progress in a few days)
Send me an email if you want me to open a new bug for you
Hi, sorry about the delay, I've had a lot of emails coming in from mozilla and have had to slowly filter through them. I'll get on this over the weekend. From reading above, all that is needed is the remove of the one return statement. Is this correct? Cheers
Comment 6•5 years ago
|
||
bugherder |
Reporter | ||
Updated•5 years ago
|
Description
•