Closed Bug 801307 Opened 12 years ago Closed 11 years ago

Remove two unused member variables in mtransport

Categories

(Core :: WebRTC, defect, P3)

x86
macOS
defect

Tracking

()

RESOLVED DUPLICATE of bug 825105

People

(Reporter: ehsan.akhgari, Unassigned)

Details

(Whiteboard: [WebRTC], [blocking-webrtc-])

Attachments

(1 file)

Attached patch Patch (v1) (deleted) — Splinter Review
No description provided.
Attachment #671104 - Flags: review?(rjesup)
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 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.
Can you provide the compiler warnings?
(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?
Priority: -- → P3
Whiteboard: [WebRTC], [blocking-webrtc-]
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)
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.

Attachment

General

Created:
Updated:
Size: