Skip to content

Commit

Permalink
remove any fields that are not totally necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
codehag committed Oct 14, 2018
1 parent a424ba9 commit 8d738f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/devtools/actors/browsing_context.rs
Expand Up @@ -63,9 +63,6 @@ struct ListWorkersReply {
#[derive(Serialize)]
struct WorkerMsg {
id: u32,
url: String,
title: String,
parentID: u32,
}

#[derive(Serialize)]
Expand Down

0 comments on commit 8d738f6

Please sign in to comment.