Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
d6460fb4
Commit
d6460fb4
authored
2 months ago
by
Christian Langenbacher
Browse files
Options
Downloads
Patches
Plain Diff
[parachain-bin] remove unused imports
parent
350cfb86
No related merge requests found
Pipeline
#514393
waiting for manual action with stages
in 30 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cumulus/polkadot-parachain/src/chain_spec/coretime.rs
+0
-2
0 additions, 2 deletions
cumulus/polkadot-parachain/src/chain_spec/coretime.rs
with
0 additions
and
2 deletions
cumulus/polkadot-parachain/src/chain_spec/coretime.rs
+
0
−
2
View file @
d6460fb4
...
...
@@ -146,7 +146,6 @@ pub fn chain_type_name(chain_type: &ChainType) -> Cow<str> {
/// Sub-module for Rococo setup.
pub
mod
rococo
{
use
super
::{
chain_type_name
,
CoretimeRuntimeType
};
use
parachains_common
::
Balance
;
use
polkadot_omni_node_lib
::
chain_spec
::{
Extensions
,
GenericChainSpec
};
use
sc_chain_spec
::
ChainType
;
...
...
@@ -193,7 +192,6 @@ pub mod rococo {
/// Sub-module for Westend setup.
pub
mod
westend
{
use
super
::{
chain_type_name
,
CoretimeRuntimeType
,
GenericChainSpec
};
use
parachains_common
::
Balance
;
use
polkadot_omni_node_lib
::
chain_spec
::
Extensions
;
use
sc_chain_spec
::
ChainType
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment