Closed
Bug 645750
Opened 15 years ago
Closed 15 years ago
nsCSSParser.cpp:8060:19: warning: unused variable ‘variantMask’ (also ‘table’)
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
(Whiteboard: [build_warning])
Attachments
(2 files)
|
905 bytes,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
|
1.16 KB,
patch
|
Details | Diff | Splinter Review |
> nsCSSParser.cpp:8060:19: warning: unused variable ‘variantMask’
> nsCSSParser.cpp:8061:26: warning: unused variable ‘table’
These variables last usages were removed in
http://hg.mozilla.org/mozilla-central/rev/f0f1632c19e8
Fix attached (just removing the variables)
Attachment #522394 -
Flags: review?(dbaron)
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → dholbert
Comment on attachment 522394 [details] [diff] [review]
fix
r=dbaron, though this isn't the first time I've reviewed a fix for this warning
Attachment #522394 -
Flags: review?(dbaron) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> r=dbaron
thanks!
> though this isn't the first time I've reviewed a fix for this warning
Hmm, thanks for the heads-up... I searched Bugzilla for 'variantMask' in both bug-summary & bug-comments, and I didn't find anything recent... If I come across a dupe, I'll mark as appropriate, but otherwise I'll likely just land this today or tomorrow, with a bundle of other patches that I'm TryServer-testing right now.
| Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> I'll likely just land
> this today or tomorrow, with a bundle of other patches that I'm
> TryServer-testing right now.
D'oh, I forgot to include this in my landing. I'll post a |hg export| version that hopefully someone can take as a ridealong.
| Assignee | ||
Comment 4•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 5•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Keywords: checkin-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•