Skip to content

Commit 0fcbd4e

Browse files
authored
Remove substrate-frame-cli (#4403)
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 <[email protected]>
1 parent efc2132 commit 0fcbd4e

File tree

7 files changed

+0
-154
lines changed

7 files changed

+0
-154
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ members = [
500500
"substrate/utils/build-script-utils",
501501
"substrate/utils/fork-tree",
502502
"substrate/utils/frame/benchmarking-cli",
503-
"substrate/utils/frame/frame-utilities-cli",
504503
"substrate/utils/frame/generate-bags",
505504
"substrate/utils/frame/generate-bags/node-runtime",
506505
"substrate/utils/frame/omni-bencher",

substrate/bin/node/cli/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ clap_complete = { version = "4.0.2", optional = true }
170170
node-inspect = { package = "staging-node-inspect", path = "../inspect", optional = true }
171171
frame-benchmarking-cli = { path = "../../../utils/frame/benchmarking-cli", optional = true }
172172
substrate-build-script-utils = { path = "../../../utils/build-script-utils", optional = true }
173-
substrate-frame-cli = { path = "../../../utils/frame/frame-utilities-cli", optional = true }
174173
sc-cli = { path = "../../../client/cli", optional = true }
175174
pallet-balances = { path = "../../../frame/balances" }
176175
sc-storage-monitor = { path = "../../../client/storage-monitor" }
@@ -185,7 +184,6 @@ cli = [
185184
"sc-cli",
186185
"sc-service/rocksdb",
187186
"substrate-build-script-utils",
188-
"substrate-frame-cli",
189187
]
190188
runtime-benchmarks = [
191189
"frame-benchmarking-cli/runtime-benchmarks",

substrate/utils/frame/frame-utilities-cli/Cargo.toml

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

substrate/utils/frame/frame-utilities-cli/README.md

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

substrate/utils/frame/frame-utilities-cli/src/lib.rs

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

substrate/utils/frame/frame-utilities-cli/src/pallet_id.rs

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

0 commit comments

Comments
 (0)