Closed
Bug 659956
Opened 14 years ago
Closed 14 years ago
Remove unused variable from nsOfflineCacheUpdate.cpp
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file, 1 obsolete file)
1.07 KB,
patch
|
emorley
:
review+
|
Details | Diff | Splinter Review |
Similar to bug 619590, but for nsOfflineCacheUpdate.cpp
> 511 nsCOMPtr<nsICachingChannel> oldCachingChannel =
> 512 do_QueryInterface(aOldChannel);
|oldCachingChannel| is not used anywhere else (http://mxr.mozilla.org/mozilla-central/search?string=oldCachingChannel) so can be removed.
Assignee | ||
Comment 1•14 years ago
|
||
Two line removal.
Thanks :-)
Attachment #535356 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•14 years ago
|
||
Comment on attachment 535356 [details] [diff] [review]
Remove unused variable from nsOfflineCacheUpdate.cpp
r=me
Attachment #535356 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Only change is adding the patch author/username, after Tortoisehg apparently ate my hgrc.
Carrying forwards r+.
Attachment #535356 -
Attachment is obsolete: true
Attachment #535393 -
Flags: review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 4•14 years ago
|
||
Keywords: checkin-needed
Whiteboard: fixed-in-cedar
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Whiteboard: fixed-in-cedar
Target Milestone: --- → mozilla7
You need to log in
before you can comment on or make changes to this bug.
Description
•