From cc87573d6b877fb7e49db8cea342204bd02efc18 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@kr.ethz.ch>
Date: Tue, 27 Sep 2011 15:35:04 +0200
Subject: [PATCH] remove lecagy cdist-type-emulator support

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
---
 lib/cdist/config.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lib/cdist/config.py b/lib/cdist/config.py
index cc0f7817..aef0b28a 100644
--- a/lib/cdist/config.py
+++ b/lib/cdist/config.py
@@ -146,12 +146,6 @@ class Config:
         env['__target_host']            = self.target_host
         env['__global']                 = self.path.out_dir
         
-        # Legacy stuff to make cdist-type-emulator work
-        env['__cdist_core_dir']         = os.path.join(self.path.base_dir, "core")
-        env['__cdist_local_base_dir']   = self.path.temp_dir
-
-        # Submit information to new type emulator
-
         # Required for recording source
         env['__cdist_manifest']         = manifest