diff --git a/tools/ccc/ccclib/HostInfo.py b/tools/ccc/ccclib/HostInfo.py index 917dc95131..9f61b87502 100644 --- a/tools/ccc/ccclib/HostInfo.py +++ b/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)