Skip to content

Commit 4c12e81

Browse files
committed
Remove error variant
1 parent 5da2552 commit 4c12e81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vm/devices/tpm/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,6 @@ pub enum TpmErrorKind {
307307
#[source]
308308
error: Box<dyn std::error::Error + Send + Sync>,
309309
},
310-
#[error("failed to clear platform hierarchy")]
311-
ClearPlatformHierarchy(#[source] TpmHelperError),
312310
#[error("failed to set pcr banks")]
313311
SetPcrBanks(#[source] TpmHelperError),
314312
}

0 commit comments

Comments
 (0)