Skip to content

Commit

Permalink
Remove serde support for arrays.
Browse files Browse the repository at this point in the history
We use bincode everywhere for this for now.
  • Loading branch information
gbin committed Jun 30, 2024
1 parent 03afec5 commit 65d8f4e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 70 deletions.
1 change: 0 additions & 1 deletion copper/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pub mod copperlist;
pub mod curuntime;
pub mod cutask;
pub mod monitoring;
pub mod serde;

pub use copper_clock as clock;
pub use copper_traits::*;
68 changes: 0 additions & 68 deletions copper/src/serde/arrays.rs

This file was deleted.

1 change: 0 additions & 1 deletion copper/src/serde/mod.rs

This file was deleted.

Binary file modified copper_log_reader/test/copper_log_index/lock.mdb
Binary file not shown.

0 comments on commit 65d8f4e

Please sign in to comment.