Skip to content

Commit

Permalink
Remove substrate-frame-cli (paritytech#4403)
Browse files Browse the repository at this point in the history
Library `substrate-frame-cli` seems unused.

Last non-dependabot update to the folder was over [two years
ago](https://github.com/paritytech/polkadot-sdk/commits/master/substrate/utils/frame/frame-utilities-cli).

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez authored and TarekkMA committed Aug 2, 2024
1 parent a30cc04 commit cce1552
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 154 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ members = [
"substrate/utils/build-script-utils",
"substrate/utils/fork-tree",
"substrate/utils/frame/benchmarking-cli",
"substrate/utils/frame/frame-utilities-cli",
"substrate/utils/frame/generate-bags",
"substrate/utils/frame/generate-bags/node-runtime",
"substrate/utils/frame/omni-bencher",
Expand Down
2 changes: 0 additions & 2 deletions substrate/bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ clap_complete = { version = "4.0.2", optional = true }
node-inspect = { package = "staging-node-inspect", path = "../inspect", optional = true }
frame-benchmarking-cli = { path = "../../../utils/frame/benchmarking-cli", optional = true }
substrate-build-script-utils = { path = "../../../utils/build-script-utils", optional = true }
substrate-frame-cli = { path = "../../../utils/frame/frame-utilities-cli", optional = true }
sc-cli = { path = "../../../client/cli", optional = true }
pallet-balances = { path = "../../../frame/balances" }
sc-storage-monitor = { path = "../../../client/storage-monitor" }
Expand All @@ -186,7 +185,6 @@ cli = [
"sc-cli",
"sc-service/rocksdb",
"substrate-build-script-utils",
"substrate-frame-cli",
]
runtime-benchmarks = [
"frame-benchmarking-cli/runtime-benchmarks",
Expand Down
25 changes: 0 additions & 25 deletions substrate/utils/frame/frame-utilities-cli/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions substrate/utils/frame/frame-utilities-cli/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions substrate/utils/frame/frame-utilities-cli/src/lib.rs

This file was deleted.

88 changes: 0 additions & 88 deletions substrate/utils/frame/frame-utilities-cli/src/pallet_id.rs

This file was deleted.

0 comments on commit cce1552

Please sign in to comment.