Skip to content

Commit 8f68525

Browse files
committed
Remove unused KError::MissingInstanceValue variant
It has never been used by any of the commits in kaitai-io/kaitai_struct_compiler#250
1 parent b4e9857 commit 8f68525

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ pub enum KError {
2323
Eof { requested: usize, available: usize },
2424
EmptyIterator,
2525
Encoding { desc: String },
26-
MissingInstanceValue,
2726
MissingRoot,
2827
MissingParent,
2928
ReadBitsTooLarge { requested: usize },

0 commit comments

Comments
 (0)