Skip to content

Commit cfba83b

Browse files
committed
Fix unused
1 parent 6da688b commit cfba83b

File tree

4 files changed

+0
-100
lines changed

4 files changed

+0
-100
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

substrate/frame/statement/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,13 @@ sp-io = { workspace = true }
2626
sp-runtime = { workspace = true }
2727
sp-statement-store = { workspace = true }
2828

29-
[dev-dependencies]
30-
pallet-balances = { workspace = true, default-features = true }
31-
3229
[features]
3330
default = ["std"]
3431
std = [
3532
"codec/std",
3633
"frame-support/std",
3734
"frame-system/std",
3835
"log/std",
39-
"pallet-balances/std",
4036
"scale-info/std",
4137
"sp-api/std",
4238
"sp-core/std",
@@ -47,6 +43,5 @@ std = [
4743
try-runtime = [
4844
"frame-support/try-runtime",
4945
"frame-system/try-runtime",
50-
"pallet-balances/try-runtime",
5146
"sp-runtime/try-runtime",
5247
]

substrate/frame/statement/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ use frame_support::{pallet_prelude::*, traits::fungible::Inspect};
3232
use frame_system::pallet_prelude::*;
3333
use sp_statement_store::{Proof, Statement};
3434

35-
#[cfg(test)]
36-
// We do not declare all features used by `construct_runtime`
37-
#[allow(unexpected_cfgs)]
38-
mod mock;
39-
4035
pub use pallet::*;
4136

4237
const LOG_TARGET: &str = "runtime::statement";

substrate/frame/statement/src/mock.rs

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)