diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-15 14:43:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-15 14:43:11 +0100 |
| commit | 9092e0b393d32a5097d888357a52446b3b1ff2ff (patch) | |
| tree | 4d8314915455b5e2e76535a60ffa6fe9edea5ae7 | |
| parent | e1bf459ec4f9cf8634986a60de3408500c971275 (diff) | |
Remove typo-ed and therefore apparently unused bit of code.
| -rwxr-xr-x | cdist | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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() |
