Closed
Bug 826154
Opened 13 years ago
Closed 13 years ago
Remove unused field nsScriptSecurityManager::mIsWritingPrefs.
Categories
(Core :: Security: CAPS, defect)
Core
Security: CAPS
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
1.85 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Clang 3.2 warns:
caps/include/nsScriptSecurityManager.h:521:10 [-Wunused-private-field] private field 'mIsWritingPrefs' is not used
![]() |
||
Comment 2•13 years ago
|
||
Comment on attachment 697332 [details] [diff] [review]
Remove unused field nsScriptSecurityManager::mIsWritingPrefs.
r=me
Attachment #697332 -
Flags: review?(bzbarsky) → review+
![]() |
Assignee | |
Comment 3•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8adae7474d9e
While I was in there I also updated the emacs/vim modelines to match the ones in https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style.
![]() |
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•