Remove unused function AspectConfig::config()

This commit is contained in:
Matthias Beyer 2016-03-21 19:43:02 +01:00
parent 8e852384bd
commit a45571e299

View file

@ -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) =>