Skip to content

Commit 25cf609

Browse files
committed
Remove unused enum.
1 parent 620de89 commit 25cf609

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/marshal.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ pub enum Object {
5353
//ShortAsciiInterned
5454
}
5555

56-
pub enum Opcode {
57-
// todo
58-
ReturnValue,
59-
LoadConst,
60-
}
61-
6256
macro_rules! read_byte {
6357
( $r:expr ) => {{
6458
let mut buf = [0];

0 commit comments

Comments
 (0)