mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Remove unused UIProvider trait definition.
This commit is contained in:
parent
d6db049a7f
commit
5febfdc4d6
1 changed files with 0 additions and 4 deletions
|
@ -607,10 +607,6 @@ pub fn obtain_response<A>(request_factory: &HttpRequestFactory<R=A>,
|
|||
Ok((response, msg))
|
||||
}
|
||||
|
||||
pub trait UIProvider {
|
||||
fn input_username_and_password(&self, prompt: &str) -> (Option<String>, Option<String>);
|
||||
}
|
||||
|
||||
// FIXME: This incredibly hacky. Make it more robust, and at least test it.
|
||||
fn is_cert_verify_error(error: &OpensslError) -> bool {
|
||||
match error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue