Closed
Bug 1468272
Opened 7 years ago
Closed 7 years ago
Remove some deadcode introduced a while back
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla62
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
Details
(Keywords: regression)
Attachments
(1 file)
Working on flake8, I noticed that codedir doesn't exist anymore.
119:27 error undefined name 'codedir' F821 (flake8)
Digging, I noticed that the variable has been removed in 2009.
So, I guess the code is pretty dead!
Comment hidden (mozreview-request) |
![]() |
||
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8984908 [details]
Bug 1468272 - Get rid of the codedir usage as it doesn't exist since 2009
https://reviewboard.mozilla.org/r/250688/#review256982
Thanks!
Attachment #8984908 -
Flags: review?(nfroyd) → review+
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/412df3e5dfa4
Get rid of the codedir usage as it doesn't exist since 2009 r=froydnj
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•7 years ago
|
Assignee: nobody → sledru
status-firefox60:
--- → wontfix
status-firefox61:
--- → wontfix
status-firefox-esr52:
--- → wontfix
status-firefox-esr60:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•