From 08ffaf61f5ed93868749d6d64f6ff675ebda2222 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 13 Oct 2011 16:36:00 +0200 Subject: [PATCH] -legacy code Signed-off-by: Steven Armstrong --- lib/cdist/config_install.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/cdist/config_install.py b/lib/cdist/config_install.py index dc847a8b..ff6d3921 100644 --- a/lib/cdist/config_install.py +++ b/lib/cdist/config_install.py @@ -52,9 +52,6 @@ class ConfigInstall(object): self.manifest = core.Manifest(self.context.target_host, self.local) self.code = core.Code(self.context.target_host, self.local, self.remote) - # Setup env to be used by others - FIXME - self.__init_env() - def cleanup(self): # FIXME: move to local? self.log.debug("Saving " + self.local.out_path + " to " + self.local.cache_path)