Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Auto merge of #11359 - servo:ScriptControlChan, r=Manishearth
Remove the unused ScriptControlChan type.

Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data:
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy --faster` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

Either:
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because removing dead code

Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11359)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed May 24, 2016
2 parents 7b467ee + 8ecd2de commit 6aa31c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/script_traits/lib.rs
Expand Up @@ -338,10 +338,6 @@ pub struct InitialScriptState {
pub content_process_shutdown_chan: IpcSender<()>,
}

/// Encapsulates external communication with the script thread.
#[derive(Clone, Deserialize, Serialize)]
pub struct ScriptControlChan(pub IpcSender<ConstellationControlMsg>);

/// This trait allows creating a `ScriptThread` without depending on the `script`
/// crate.
pub trait ScriptThreadFactory {
Expand Down

0 comments on commit 6aa31c0

Please sign in to comment.