Removed traces of custom container left in bahadir's branch.

This commit is contained in:
Amit Mahajan
2009-11-23 10:22:23 +05:30
parent 1e8c0f1d3a
commit 014e728935
4 changed files with 3 additions and 18 deletions

View File

@@ -192,8 +192,6 @@ class configuration:
self.containers[id].type = "posix"
elif param2 == "BAREMETAL":
self.containers[id].type = "baremetal"
elif param2 == "CUSTOM":
self.containers[id].type = "custom"
# Extract parameters for containers
def get_container_parameters(self, name, val):
matchobj = re.match(r"(CONFIG_CONT){1}([0-9]){1}(\w+)", name)