Remove typo-ed and therefore apparently unused bit of code.
authorCarl Hetherington <cth@carlh.net>
Wed, 15 May 2013 13:43:11 +0000 (14:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 15 May 2013 13:43:11 +0000 (14:43 +0100)
cdist

diff --git a/cdist b/cdist
index a7557d5d4bf230a2bf4ced5f6d0c1f1b0c2d8ad7..361d1fb5881b5ff92a4f1eb5d89f4937846adef9 100755 (executable)
--- 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()