diff --git a/libimagstore/src/configuration.rs b/libimagstore/src/configuration.rs index 9c173292..4098e5e6 100644 --- a/libimagstore/src/configuration.rs +++ b/libimagstore/src/configuration.rs @@ -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) =>