Remove unused 2nd argument from mkdir helper in file-utils.js in cZ
Categories
(SeaMonkey :: Chat, task)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
(Whiteboard: SM2.53.20)
Attachments
(1 file)
1.04 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
All callers of the helper mkdir only provide one argument, so let's remove the unused 2nd argument and simplify the code.
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.20pre
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: none
Updated•2 months ago
|
Comment 2•2 months ago
|
||
Comment on attachment 9438153 [details] [diff] [review]
1931709-irc-file-utils-mkdir-25320.patch
lgtm r/a+
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/0058f3e996ac
Remove unused 2nd argument from mkdir helper in file-utils.js in cZ. r=frg
Comment 4•5 days ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/209789ff366ab93f15adf02eacec3ba6ce5c277b
Remove unused 2nd argument from mkdir helper in file-utils.js in cZ. r=frg a=frg
Description
•