From 79ce0560c7b236b68f67ede6c615efc12e548563 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Thu, 19 Sep 2013 16:03:32 -0400 Subject: [PATCH] sfl_config: remove dead (and illegal) code This method could never be invoked because we've disallowed copying. --- daemon/src/config/sfl_config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/daemon/src/config/sfl_config.h b/daemon/src/config/sfl_config.h index d948b9a954..a26da95fce 100644 --- a/daemon/src/config/sfl_config.h +++ b/daemon/src/config/sfl_config.h @@ -149,10 +149,6 @@ class ConfigTree { friend class ConfigTreeIterator; NON_COPYABLE(ConfigTree); - public: - ConfigTreeIterator createIterator() { - return ConfigTreeIterator(this); - } }; class ConfigTreeItem { -- GitLab