Skip to content

Commit 347bf57

Browse files
committed
more fixes
Signed-off-by: Michael Lodder <redmike7@gmail.com>
1 parent 748a960 commit 347bf57

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/keyring/windows.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ impl WindowsOsKeyRing {
3535
let target_name = [&self.username, &self.service, id].join(":");
3636
to_utf16_bytes(&target_name)
3737
}
38-
39-
fn handle_err<T>(err: ::windows::core::Error) -> Result<T> {
40-
Err(KeyRingError::from(err.message().to_string().as_str()))
41-
}
4238
}
4339

4440
impl DynKeyRing for WindowsOsKeyRing {

0 commit comments

Comments
 (0)