From a45571e299bb029bc8de7665e3d8470cfdf20848 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 21 Mar 2016 19:43:02 +0100 Subject: [PATCH] Remove unused function AspectConfig::config() --- libimagstore/src/configuration.rs | 4 ---- 1 file changed, 4 deletions(-) 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) =>