Closed
Bug 801307
Opened 12 years ago
Closed 11 years ago
Remove two unused member variables in mtransport
Categories
(Core :: WebRTC, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 825105
People
(Reporter: ehsan.akhgari, Unassigned)
Details
(Whiteboard: [WebRTC], [blocking-webrtc-])
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
No description provided.
Attachment #671104 -
Flags: review?(rjesup)
Comment 1•12 years ago
|
||
Comment on attachment 671104 [details] [diff] [review]
Patch (v1)
Review of attachment 671104 [details] [diff] [review]:
-----------------------------------------------------------------
Moving review to ekr, who wrote this code. If these are truly unused, fine, remove them, but I suspect they might be there to support features we haven't implemented yet. If so, we can add something to quiet compiler warnings for now. Ekr?
Attachment #671104 -
Flags: review?(rjesup) → review?(ekr)
Comment 2•12 years ago
|
||
Comment on attachment 671104 [details] [diff] [review]
Patch (v1)
Review of attachment 671104 [details] [diff] [review]:
-----------------------------------------------------------------
offerer_ is definitely going to be needed.
components_ I am less sure about, but I suspect we are going to want it to mirror state in this wrapper code.
Comment 3•12 years ago
|
||
Can you provide the compiler warnings?
Reporter | ||
Comment 4•12 years ago
|
||
(In reply to comment #3)
> Can you provide the compiler warnings?
They're unused-private-field clang warnings. These members are indeed unused now. If we're planning to use them later, maybe we can mark them as protected to silence the warnings?
Updated•12 years ago
|
Priority: -- → P3
Whiteboard: [WebRTC], [blocking-webrtc-]
Reporter | ||
Comment 5•12 years ago
|
||
Comment on attachment 671104 [details] [diff] [review]
Patch (v1)
Clearing the review request as there doesn't seem to be any interest in this patch. :(
Attachment #671104 -
Flags: review?(ekr)
Comment 6•11 years ago
|
||
The warnings got resolved in bug 825105, leaving the params to support future functionality.
Ehsan: sorry this didn't get resolved the first time around.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•