Skip to content

Commit 639d422

Browse files
Cleaned up unused code
1 parent 9a51b79 commit 639d422

3 files changed

Lines changed: 0 additions & 33 deletions

File tree

credentialsd/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ mod credential_service;
44
mod dbus;
55
mod gateway;
66
mod model;
7-
mod serde;
87
mod webauthn;
98

109
use std::{error::Error, sync::Arc};

credentialsd/src/serde/mod.rs

Lines changed: 0 additions & 27 deletions
This file was deleted.

credentialsd/src/webauthn.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ pub use libwebauthn::ops::webauthn::{
1717

1818
#[derive(Debug)]
1919
pub enum Error {
20-
Unknown,
2120
NotSupported,
22-
InvalidState,
23-
NotAllowed,
24-
Constraint,
25-
Internal(String),
2621
}
2722

2823
pub(crate) fn create_attestation_object(

0 commit comments

Comments
 (0)