Skip to content

Commit 251fbb6

Browse files
committed
Update hyperlight error to remove KVM specific error
Signed-off-by: Simon Davies <[email protected]>
1 parent 1042168 commit 251fbb6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/hyperlight_host/src/error.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,6 @@ pub enum HyperlightError {
150150
#[error("The flatbuffer is invalid")]
151151
InvalidFlatBuffer(#[from] InvalidFlatbuffer),
152152

153-
/// Error occurred in KVM Operation
154-
#[error("KVM Error {0:?}")]
155-
#[cfg(kvm)]
156-
KVMError(#[from] kvm_ioctls::Error),
157-
158153
/// Conversion of str to Json failed
159154
#[error("Conversion of str data to json failed")]
160155
JsonConversionFailure(#[from] serde_json::Error),

0 commit comments

Comments
 (0)