Skip to content

Commit 645a81f

Browse files
Cleaned up unused code
1 parent e9849d8 commit 645a81f

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
@@ -3,7 +3,6 @@ mod cose;
33
mod credential_service;
44
mod dbus;
55
mod model;
6-
mod serde;
76
mod webauthn;
87

98
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
@@ -13,12 +13,7 @@ pub use libwebauthn::ops::webauthn::{
1313

1414
#[derive(Debug)]
1515
pub enum Error {
16-
Unknown,
1716
NotSupported,
18-
InvalidState,
19-
NotAllowed,
20-
Constraint,
21-
Internal(String),
2217
}
2318

2419
pub(crate) fn create_attestation_object(

0 commit comments

Comments
 (0)