Skip to content

Commit

Permalink
Remove unused trait method.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Oct 10, 2016
1 parent aef6054 commit c715cef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/net_traits/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@ impl Request {
self.url_list.borrow().last().unwrap().clone()
}

pub fn current_url_string(&self) -> String {
self.url_list.borrow().last().unwrap().to_string()
}

pub fn is_navigation_request(&self) -> bool {
self.destination == Destination::Document
}
Expand Down

0 comments on commit c715cef

Please sign in to comment.