Skip to content

Commit 15aa0cb

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

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
@@ -277,11 +277,6 @@ pub enum HyperlightError {
277277
)]
278278
VectorCapacityIncorrect(usize, usize, i32),
279279

280-
/// vmm sys Error Occurred
281-
#[error("vmm sys Error {0:?}")]
282-
#[cfg(target_os = "linux")]
283-
VmmSysError(#[from] vmm_sys_util::errno::Error),
284-
285280
/// Windows Error
286281
#[cfg(target_os = "windows")]
287282
#[error("Windows API Error Result {0:?}")]

0 commit comments

Comments
 (0)