Closed Bug 659944 Opened 14 years ago Closed 14 years ago

Remove leftover MOZ_IPC ifdef in nsHttpChannel.cpp

Categories

(Core :: Networking: HTTP, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla7

People

(Reporter: emorley, Assigned: emorley)

References

Details

Attachments

(1 file, 1 obsolete file)

http://mxr.mozilla.org/mozilla-central/source/netwerk/protocol/http/nsHttpChannel.cpp#48 > 48 #ifdef MOZ_IPC > 49 #include "base/basictypes.h" > 50 #endif MOZ_IPC is no longer defined as of bug 639754, so basictypes.h is no longer included even though it used to be. Since nothing broke shall I just remove it? Or should I remove just the ifdef, thereby restoring the include?
Attached patch Remove dead code (obsolete) — Splinter Review
Three line change. Thanks :-)
Attachment #535385 - Flags: review?(cbiesinger)
Meant to add: I decided to go with the 'just remove it' approach. Please let me know if the alternative is desired instead.
Not exactly a risky patch, but seeing as I was pushing to try anyway... http://dev.philringnalda.com/tbpl/?tree=Try&rev=814ab5d45c97
Attachment #535385 - Flags: review?(cbiesinger) → review+
Attached patch Remove dead codeSplinter Review
Only change is adding the patch author field, which hg missed off despite my hgrc. Carrying forwards r+. Has passed try (comment 3); author & commit message filled out. Thanks to whomever checks it in :-)
Attachment #535385 - Attachment is obsolete: true
Attachment #538388 - Flags: review+
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: