Closed
Bug 698249
Opened 14 years ago
Closed 14 years ago
Unnecessary nsresult rv declaration in nsFileChannel::OpenContentStream
Categories
(Core :: Networking: File, defect)
Core
Networking: File
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: WeirdAl, Assigned: WeirdAl)
Details
Attachments
(1 file)
|
954 bytes,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Near the end of nsFileChannel::OpenContentStream, there's an inner nsresult rv declaration. We already have an available nsresult rv though, and it's not checked anywhere else.
Attachment #570526 -
Flags: review?(bzbarsky)
Comment 1•14 years ago
|
||
Comment on attachment 570526 [details] [diff] [review]
patch
r=me
Attachment #570526 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
Assignee: nobody → ajvincent
Comment 2•14 years ago
|
||
Keywords: checkin-needed
Target Milestone: --- → mozilla10
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•