chore: remove unused scoped-tls (#11286)

* chore: remove unused scoped-tls

* rm irrelevant files

* rm sp-core
This commit is contained in:
yjh
2022-04-27 02:21:30 +08:00
committed by GitHub
parent d6a66fd831
commit 130880754f
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -8639,7 +8639,6 @@ dependencies = [
"parity-scale-codec",
"sc-allocator",
"sc-executor-common",
"scoped-tls",
"sp-runtime-interface",
"sp-sandbox",
"sp-wasm-interface",
@@ -9347,12 +9346,6 @@ dependencies = [
"zeroize",
]
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "scopeguard"
version = "1.1.0"
@@ -15,7 +15,6 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
log = "0.4.16"
scoped-tls = "1.0"
wasmi = "0.9.1"
codec = { package = "parity-scale-codec", version = "3.0.0" }