Remove an useless namespace alias in BasicTableLayoutStrategy.cpp
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Tracking
(firefox72 fixed)
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: ian_tong, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=C++])
Attachments
(1 file, 2 obsolete files)
Opening as a good source but as it is trivial but interesting to learn our workflows
namespace alias decl 'css' is unused
Found by
http://clang.llvm.org/extra/clang-tidy/checks/misc-unused-alias-decls.html
This line is useless:
https://searchfox.org/mozilla-central/rev/9df2ccc256fe54c314b34e52920471a0d04b283e/layout/tables/BasicTableLayoutStrategy.cpp#27
To potential contributors, some advice:
- please read the doc
- please propose a patch on phabricator, I will assign the bug once it is done
Comment 1•5 years ago
|
||
Hello, could I work on this bug?
Would need to do is delete that unused line?
Reporter | ||
Comment 2•5 years ago
|
||
Correct!
Comment 4•5 years ago
|
||
I’m already submitting the fix, sorry @Sohaib!
Reporter | ||
Comment 5•5 years ago
|
||
I’m already submitting the fix, sorry @Sohaib!
Sorry but I don't see it?
Comment 7•5 years ago
|
||
Can I work on this?
I would like to be assigned to the bug if it's open.
Assignee | ||
Comment 10•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 11•5 years ago
|
||
Assignee | ||
Comment 12•5 years ago
|
||
Hello Sylvestre, I have submitted the fix. Please take a look, thanks!
Comment 13•5 years ago
|
||
Reporter | ||
Comment 14•5 years ago
|
||
To other, I have similar issues like this one. please send me an email if you are interested!
Comment 15•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•5 years ago
|
Updated•3 years ago
|
Description
•