Closed
Bug 1371746
Opened 8 years ago
Closed 8 years ago
Remove unused variables in constants.js
Categories
(Firefox :: Sync, enhancement, P3)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
Firefox 57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: eoger, Assigned: lyret)
Details
Attachments
(1 file)
We have a lot of unused stuff in services/sync/modules/constants.js, this should be easy to clean-up.
Updated•8 years ago
|
Priority: -- → P3
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8892288 [details]
Bug 1371746 - Remove unused variables in constants.js.
https://reviewboard.mozilla.org/r/163234/#review168568
Looks great, thanks!
Attachment #8892288 -
Flags: review?(markh) → review+
Updated•8 years ago
|
Assignee: nobody → lyret
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8892288 [details]
Bug 1371746 - Remove unused variables in constants.js.
https://reviewboard.mozilla.org/r/163234/#review168610
Try looks good, but there's a typo in the commit message - could you please fix that and re-push it to mozreview, and I'll land it.
Attachment #8892288 -
Flags: review+
| Comment hidden (mozreview-request) |
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8892288 [details]
Bug 1371746 - Remove unused variables in constants.js.
https://reviewboard.mozilla.org/r/163234/#review168894
::: commit-message-8b196:1
(Diff revision 2)
> +Bug 1371746 - Remove unused variables in constanstjs. r?markh
Typo: "constants.js". Fix that up and I'll land this for you! \o/
| Comment hidden (mozreview-request) |
Comment 7•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8892288 [details]
Bug 1371746 - Remove unused variables in constants.js.
https://reviewboard.mozilla.org/r/163234/#review168910
Thanks!
Attachment #8892288 -
Flags: review+
Pushed by kcambridge@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/749d2dbd5040
Remove unused variables in constants.js. r=kitcambridge
Updated•8 years ago
|
Attachment #8892288 -
Flags: review?(markh)
i found that i forget to remove unused variables of here:
http://searchfox.org/mozilla-central/source/tools/lint/eslint/modules.json#34
maybe, that is the problem?
and this two variables are use but no from constants.js:
http://searchfox.org/mozilla-central/search?q=HMAC_INPUT&case=false®exp=false&path=
http://searchfox.org/mozilla-central/search?q=FIREFOX_ID&case=false®exp=false&path=
remove anyway?
Comment 10•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Comment 11•8 years ago
|
||
(In reply to Luciano I from comment #9)
> i found that i forget to remove unused variables of here:
> http://searchfox.org/mozilla-central/source/tools/lint/eslint/modules.json#34
>
> maybe, that is the problem?
>
> and this two variables are use but no from constants.js:
> http://searchfox.org/mozilla-central/
> search?q=HMAC_INPUT&case=false®exp=false&path=
> http://searchfox.org/mozilla-central/
> search?q=FIREFOX_ID&case=false®exp=false&path=
>
> remove anyway?
Thanks for following up here - please feel free to open another bug for these changes!
You need to log in
before you can comment on or make changes to this bug.
Description
•