]> granicus.if.org Git - clang/commitdiff
ccc: Remove unknown host warning, it was breaking gcc's configure.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 22 Feb 2009 08:15:14 +0000 (08:15 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 22 Feb 2009 08:15:14 +0000 (08:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65276 91177308-0d34-0410-b5e6-96231b3b80d8

tools/ccc/ccclib/HostInfo.py

index 917dc95131576918d84c5ac91aa23345154f7e23..9f61b87502d7990b95bdbf766f3640f0cebf122f 100644 (file)
@@ -117,5 +117,4 @@ def getHostInfo(driver):
     if handler:
         return handler(driver)
 
-    driver.warning('Unknown host %r, using generic host information.' % system)
     return UnknownHostInfo(driver)