summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-15 14:43:11 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-15 14:43:11 +0100
commit9092e0b393d32a5097d888357a52446b3b1ff2ff (patch)
tree4d8314915455b5e2e76535a60ffa6fe9edea5ae7
parente1bf459ec4f9cf8634986a60de3408500c971275 (diff)
Remove typo-ed and therefore apparently unused bit of code.
-rwxr-xr-xcdist4
1 files changed, 0 insertions, 4 deletions
diff --git a/cdist b/cdist
index a7557d5..361d1fb 100755
--- a/cdist
+++ b/cdist
@@ -276,10 +276,6 @@ class Target:
self.platform = 'windows'
self.bits = int(name.split('-')[1])
self.environment = WindowsEnvironment(self.bits)
- if self.bits == 32:
- self.host = 'i686-w64-mingw32'
- else:
- self.hots = 'x86_64-w64-mingw32'
elif name == 'source':
self.platform = 'source'
self.environment = HostEnvironment()