Closed
Bug 1217125
Opened 10 years ago
Closed 10 years ago
remove pointless includes from nsTHashtable.h
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
|
942 bytes,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8677027 -
Flags: review?(continuation)
Comment 2•10 years ago
|
||
Comment on attachment 8677027 [details] [diff] [review]
remove pointless includes from nsTHashtable.h
Review of attachment 8677027 [details] [diff] [review]:
-----------------------------------------------------------------
::: xpcom/glue/nsTHashtable.h
@@ +4,5 @@
> * License, v. 2.0. If a copy of the MPL was not distributed with this
> * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
>
> #ifndef nsTHashtable_h__
> #define nsTHashtable_h__
While you are here, please delete these trailing __
Attachment #8677027 -
Flags: review?(continuation) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
I didn't delete the trailing __; I figured those would be better done as an xpcom cleanup patch, since there are...a lot of them.
Comment 5•10 years ago
|
||
Fair enough.
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•