diff options
Diffstat (limited to 'clang/tools/ccc/ccclib/HostInfo.py')
| -rw-r--r-- | clang/tools/ccc/ccclib/HostInfo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/tools/ccc/ccclib/HostInfo.py b/clang/tools/ccc/ccclib/HostInfo.py index 917dc951315..9f61b87502d 100644 --- a/clang/tools/ccc/ccclib/HostInfo.py +++ b/clang/tools/ccc/ccclib/HostInfo.py @@ -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) |

