Skip to content

Commit

Permalink
Auto merge of #5818 - Jinwoo-Song:removeUnused, r=mbrubeck
Browse files Browse the repository at this point in the history
Simple patch to remove unused enum, ScriptDevtoolControlMsg.

r? @jdm
cc @yichoi

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5818)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Apr 24, 2015
2 parents e66f761 + df406b9 commit ef1e50a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/devtools_traits/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,6 @@ pub enum DevtoolScriptControlMsg {
DropTimelineMarkers(PipelineId, Vec<TimelineMarkerType>),
}

/// Messages to instruct devtools server to update its state relating to a particular
/// tab.
pub enum ScriptDevtoolControlMsg {
/// Report a new JS error message
ReportConsoleMsg(String),
}

#[derive(RustcEncodable)]
pub struct Modification{
pub attributeName: String,
Expand Down

0 comments on commit ef1e50a

Please sign in to comment.