From 8b036a688338a0d1420b0b2bd74ce7fdce2fb4ca Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Tue, 31 Jan 2012 08:46:41 +0400 Subject: [PATCH] Fix remove notree. --- pym/cl_image_cmd.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pym/cl_image_cmd.py b/pym/cl_image_cmd.py index 2029c03..f05ac27 100644 --- a/pym/cl_image_cmd.py +++ b/pym/cl_image_cmd.py @@ -167,9 +167,6 @@ class image_cmd(share_cmd): if not self.isRoot() or not self.isScratch(True): sys.exit(1) - if values.notree: - self.logicObj.clVars.Set('cl_builder_tree','off',True) - if values.noisohybrid: self.logicObj.clVars.Set('cl_builder_isohybrid_set','off',True)