Closed
Bug 1669419
Opened 5 years ago
Closed 5 years ago
Simplify nsDataObj::CMemStream::Stat
Categories
(Core :: Widget: Win32, task)
Core
Widget: Win32
Tracking
()
RESOLVED
FIXED
83 Branch
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
References
Details
Attachments
(1 file)
The code at https://searchfox.org/mozilla-central/rev/35245411b9e8a911fe3f5adb0632c3394f8b4ccb/widget/windows/nsDataObj.cpp#433-441 is unnecessarily complicated, since wideFileName is a constant here and always empty.
This code was probably originally copied from https://searchfox.org/mozilla-central/rev/35245411b9e8a911fe3f5adb0632c3394f8b4ccb/widget/windows/nsDataObj.cpp#251-259
| Assignee | ||
Comment 1•5 years ago
|
||
Depends on D92179
Updated•5 years ago
|
Assignee: nobody → sgiesecke
Status: NEW → ASSIGNED
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b940f0ddf502
Remove unnecessary literal string constant from nsDataObj::CMemStream::Stat. r=aklotz
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•