Closed
Bug 983101
Opened 9 years ago
Closed 9 years ago
unused variable 'kNsPerSec' in TimeStamp_darwin.cpp
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: gfritzsche, Assigned: gfritzsche)
Details
Attachments
(1 file)
969 bytes,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
Apparently triggered by the Xcode update i received today: xpcom/ds/TimeStamp_darwin.cpp:34:23: error: unused variable 'kNsPerSec' [-Werror,-Wunused-const-variable]
Assignee | ||
Comment 1•9 years ago
|
||
This is really just unused.
Assignee: nobody → georg.fritzsche
Status: NEW → ASSIGNED
Attachment #8390441 -
Flags: review?(nfroyd)
![]() |
||
Updated•9 years ago
|
Attachment #8390441 -
Flags: review?(nfroyd) → review+
Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7f90960c05da
Comment 3•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7f90960c05da
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•