Drop redundant logging in OpenMPDependency constructor

This should have been removed in f2673d9b
This commit is contained in:
Jon Turney 2018-08-15 00:16:15 +01:00
parent 921977589a
commit 15d902cdb0
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ class ThreadDependency(ExternalDependency):
super().__init__('threads', environment, None, {})
self.name = 'threads'
self.is_found = True
mlog.log('Dependency', mlog.bold(self.name), 'found:', mlog.green('YES'))
def need_threads(self):
return True