Remove unused function AspectConfig::config()
This commit is contained in:
parent
8e852384bd
commit
a45571e299
1 changed files with 0 additions and 4 deletions
|
@ -182,10 +182,6 @@ impl AspectConfig {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn config(&self) -> &Value {
|
||||
&self.config
|
||||
}
|
||||
|
||||
fn is_parallel(init: &Value) -> bool {
|
||||
match init {
|
||||
&Value::Table(ref t) =>
|
||||
|
|
Loading…
Reference in a new issue