Remove unneeded code (#737)

This commit is contained in:
Gav Wood
2018-09-13 18:08:45 +02:00
committed by GitHub
parent bd40f05167
commit 3f96419665
57 changed files with 72 additions and 1817 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ node-primitives = { path = "../primitives" }
node-runtime = { path = "../runtime" }
node-transaction-pool = { path = "../transaction-pool" }
substrate-bft = { path = "../../core/bft" }
parity-codec = { path = "../../codec" }
parity-codec = { version = "~1.0" }
substrate-primitives = { path = "../../core/primitives" }
substrate-client = { path = "../../core/client" }
sr-primitives = { path = "../../core/sr-primitives" }