delete straggler InDataField

This commit is contained in:
Pat Hickey
2021-03-24 11:19:12 -07:00
parent e6c7e00a52
commit 1d663bfd71

View File

@@ -96,7 +96,6 @@ impl From<wiggle::GuestError> for types::Errno {
InvalidUtf8 { .. } => Self::Ilseq,
TryFromIntError { .. } => Self::Overflow,
InFunc { err, .. } => types::Errno::from(*err),
InDataField { err, .. } => types::Errno::from(*err),
SliceLengthsDiffer { .. } => Self::Fault,
BorrowCheckerOutOfHandles { .. } => Self::Fault,
}