Skip to content

Commit

Permalink
Remove the old call_wrapper and its deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed May 9, 2023
1 parent ab92935 commit f412927
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 61 deletions.
33 changes: 8 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions libs/substrate-differ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ log = "0.4"
num-format = "0.4"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
treediff = { version = "4.0", features = [
"with-serde-json",
"with-rustc-serialize",
] }
wasm-testbed = { version = "1.0.0-alpha6", path = "../wasm-testbed" }
scale-info = { version = "2.1.2", default-features = false, features = [
"derive",
Expand Down
30 changes: 0 additions & 30 deletions libs/substrate-differ/src/call_wrapper.rs

This file was deleted.

1 change: 0 additions & 1 deletion libs/substrate-differ/src/differs/raw_differ.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use super::{raw_differ_options::RawDifferOptions, skip_counter::SkipCounter};
use crate::{
call_wrapper::CallWrapper,
differs::{
change_counter::{ChangeCounter, ChangeType},
json_utils::json_collapse_byte_arrays,
Expand Down
1 change: 0 additions & 1 deletion libs/substrate-differ/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
//! ## Feature flags
#![doc = document_features::document_features!()]

pub mod call_wrapper;
pub mod differs;

0 comments on commit f412927

Please sign in to comment.