Auto merge of #13579 - servo:old-doc, r=Wafflespeanut

Remove some documentation that is no longer correct.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13579)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-10-04 22:40:16 -05:00 committed by GitHub
commit c12ca6fdd5

View file

@ -463,9 +463,6 @@ pub enum CoreResourceMsg {
Exit(IpcSender<()>),
}
/// Initialized but unsent request. Encapsulates everything necessary to instruct
/// the resource thread to make a new request. The `load` method *must* be called before
/// destruction or the thread will panic.
struct LoadOriginData {
pipeline: Option<PipelineId>,
referrer_policy: Option<ReferrerPolicy>,